feat: add custom snippets
This commit is contained in:
parent
b9866fe801
commit
1f4e5f2f0c
3 changed files with 44 additions and 5 deletions
14
snippets/package.json
Normal file
14
snippets/package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "wonderfulfrog-snippets",
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": [
|
||||
"typescriptreact",
|
||||
"typescript"
|
||||
],
|
||||
"path": "./typescript.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue