Skip to content

Commit c580582

Browse files
authored
Silence the "Comments are not permitted in JSON." error for emmet snippets.json files (microsoft#257878)
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
1 parent 7c58bfa commit c580582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/json/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
],
9595
"filenamePatterns": [
9696
"**/User/snippets/*.json",
97-
"**/User/profiles/*/snippets/*.json"
97+
"**/User/profiles/*/snippets/*.json",
98+
"**/snippets*.json"
9899
],
99100
"configuration": "./language-configuration.json"
100101
}

0 commit comments

Comments
 (0)