2025-05-19 16:03:23 +03:00

22 lines
337 B
JSON

{
"name": "example-snippets",
"contributes": {
"snippets": [
{
"language": [
"typescript",
"typescriptreact"
],
"path": "./ts.jsonc"
},
{
"language": [
"javascript",
"html"
],
"path": "./three_js.jsonc"
}
]
}
}