knowledge/.vscode/template.code-snippets
2020-07-27 14:55:37 -05:00

14 lines
181 B
Plaintext

{
"note": {
"scope": "markdown",
"prefix": "note",
"body": [
"# ${TM_FILENAME_BASE}",
"",
"## Why learned this",
"",
"",
],
"description": "Set title"
}
}