mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
New snippets file has language mode of "JSON" rather than "JSON with comments". Fixes #120190. Fixes #119538
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
".devcontainer.json"
|
||||
],
|
||||
"filenamePatterns": [
|
||||
"**/.devcontainer/devcontainer.json"
|
||||
"**/.devcontainer/devcontainer.json",
|
||||
"**/User/snippets/*.json"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user