Created
August 22, 2019 13:50
-
-
Save JaimeStill/57c13fe012a1acf25f06aaeb680b2958 to your computer and use it in GitHub Desktop.
Snippets extension layout - multiple language files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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