22 lines
337 B
JSON
22 lines
337 B
JSON
{
|
|
"name": "example-snippets",
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": [
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"path": "./ts.jsonc"
|
|
},
|
|
{
|
|
"language": [
|
|
"javascript",
|
|
"html"
|
|
],
|
|
"path": "./three_js.jsonc"
|
|
}
|
|
]
|
|
}
|
|
}
|