feat: add custom snippets

This commit is contained in:
Devin Haska 2025-06-30 19:05:11 -07:00
parent b9866fe801
commit 1f4e5f2f0c
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
3 changed files with 44 additions and 5 deletions

14
snippets/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "wonderfulfrog-snippets",
"contributes": {
"snippets": [
{
"language": [
"typescriptreact",
"typescript"
],
"path": "./typescript.json"
}
]
}
}