Created
April 22, 2020 16:54
-
-
Save piyushgarg-dev/d2dc879eda3ed56687ecb67eb9c1cf1e to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"name": "bootstrap-snippets", | |
"displayName": "bootstrap-snippets", | |
"description": "A simple Bootstrap snippets", | |
"version": "0.0.1", | |
"engines": { | |
"vscode": "^1.44.0" | |
}, | |
"categories": [ | |
"Snippets" | |
], | |
"contributes": { | |
"snippets": [ | |
{ | |
"language": "html", | |
"path": "./snippets/snippets.json" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment