mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Use code-snippet suffix for extension snippets. Fixes #94625
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
}],
|
||||
"snippets": [{
|
||||
"language": "powershell",
|
||||
"path": "./snippets/powershell.json"
|
||||
"path": "./snippets/powershell.code-snippets"
|
||||
}]
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user