Skip to content

Instantly share code, notes, and snippets.

@piyushgarg-dev
Created April 22, 2020 16:54
Show Gist options
  • Save piyushgarg-dev/d2dc879eda3ed56687ecb67eb9c1cf1e to your computer and use it in GitHub Desktop.
Save piyushgarg-dev/d2dc879eda3ed56687ecb67eb9c1cf1e to your computer and use it in GitHub Desktop.
{
"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