New snippets file has language mode of "JSON" rather than "JSON with comments". Fixes #120190. Fixes #119538

This commit is contained in:
Martin Aeschlimann 2021-10-20 19:15:13 +02:00
parent 634b99eed5
commit 510b49e1da

View file

@ -51,7 +51,8 @@
".devcontainer.json"
],
"filenamePatterns": [
"**/.devcontainer/devcontainer.json"
"**/.devcontainer/devcontainer.json",
"**/User/snippets/*.json"
]
}
],