gamelog/.vscode/new-game.code-snippets

11 lines
149 B
Plaintext
Raw Permalink Normal View History

{
2023-12-23 12:05:59 +01:00
"New Game": {
"prefix": "ng",
"body": [
"- name: \"$1\"",
" platform: \"$2\"",
""
],
"description": "Create new game entry"
}
}