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:
Copilot 2025-07-28 10:21:05 -07:00 committed by GitHub
parent 7c58bfa1c4
commit c580582216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@
],
"filenamePatterns": [
"**/User/snippets/*.json",
"**/User/profiles/*/snippets/*.json"
"**/User/profiles/*/snippets/*.json",
"**/snippets*.json"
],
"configuration": "./language-configuration.json"
}