Skip to content

Instantly share code, notes, and snippets.

@chris-schmitz
Created March 5, 2017 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-schmitz/47330ad8a5681ecf4b682f40d3c13369 to your computer and use it in GitHub Desktop.
Save chris-schmitz/47330ad8a5681ecf4b682f40d3c13369 to your computer and use it in GitHub Desktop.
New Snippet Snippet for vscode
{
"New Snippet": {
"prefix": "snippet",
"body": [
"\"${1}\": {",
" \"prefix\": \"${2}\",",
" \"body\": [",
" ${3}",
" ],",
" \"description\": \"${0}\"",
"}"
],
"description": "The structure for a new snippet."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment