Skip to content

Instantly share code, notes, and snippets.

@ClydeDz
Created February 7, 2020 09:35
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 ClydeDz/ffc0f4ea5b878afd5519d3044a6a0a4e to your computer and use it in GitHub Desktop.
Save ClydeDz/ffc0f4ea5b878afd5519d3044a6a0a4e to your computer and use it in GitHub Desktop.
Sample of the contributes section from the package.json file for a VS Code project.
"contributes": {
"snippets": [
{
"language": "markdown",
"path": "./snippets/markdown.json"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment