mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Silence the "Comments are not permitted in JSON." error for emmet snippets.json files (#257878)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -94,7 +94,8 @@
|
|||||||
],
|
],
|
||||||
"filenamePatterns": [
|
"filenamePatterns": [
|
||||||
"**/User/snippets/*.json",
|
"**/User/snippets/*.json",
|
||||||
"**/User/profiles/*/snippets/*.json"
|
"**/User/profiles/*/snippets/*.json",
|
||||||
|
"**/snippets*.json"
|
||||||
],
|
],
|
||||||
"configuration": "./language-configuration.json"
|
"configuration": "./language-configuration.json"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user