knowledge/.vscode/template.code-snippets

16 lines
188 B
Plaintext
Raw Normal View History

2020-07-27 21:28:48 +02:00
{
"note": {
"scope": "markdown",
"prefix": "note",
"body": [
"# ${TM_FILENAME_BASE}",
"",
"$2",
2020-07-29 01:27:27 +02:00
"",
"## What led to learning this",
"",
"- $1",
"",
2020-07-27 21:28:48 +02:00
],
}
}