Skip to content

Instantly share code, notes, and snippets.

@JaimeStill
Created August 22, 2019 13:50
Show Gist options
  • Select an option

  • Save JaimeStill/57c13fe012a1acf25f06aaeb680b2958 to your computer and use it in GitHub Desktop.

Select an option

Save JaimeStill/57c13fe012a1acf25f06aaeb680b2958 to your computer and use it in GitHub Desktop.
Snippets extension layout - multiple language files
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/js/objects.json"
},
{
"language": "javascript",
"path": "./snippets/js/arrays.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment