mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
Use code-snippet suffix for extension snippets. Fixes #94625
This commit is contained in:
@@ -110,11 +110,11 @@
|
||||
"snippets": [
|
||||
{
|
||||
"language": "typescript",
|
||||
"path": "./snippets/typescript.json"
|
||||
"path": "./snippets/typescript.code-snippets"
|
||||
},
|
||||
{
|
||||
"language": "typescriptreact",
|
||||
"path": "./snippets/typescript.json"
|
||||
"path": "./snippets/typescript.code-snippets"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user