mirror of https://github.com/microsoft/vscode.git
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:
parent
7c58bfa1c4
commit
c580582216
|
@ -94,7 +94,8 @@
|
|||
],
|
||||
"filenamePatterns": [
|
||||
"**/User/snippets/*.json",
|
||||
"**/User/profiles/*/snippets/*.json"
|
||||
"**/User/profiles/*/snippets/*.json",
|
||||
"**/snippets*.json"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue