Last active
April 22, 2020 16:58
-
-
Save piyushgarg-dev/6870287827e73e98c4d870bb83811a68 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", | |
"publisher": "piyushgarg", | |
"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