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

View File

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