Files
vscode-extension-samples/snippet-sample/snippets.json
2018-11-14 13:48:47 -08:00

10 lines
139 B
JSON

{
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1');",
"$2"
],
"description": "Log output to console"
}
}