Skip to content

Commit fcc2a49

Browse files
authored
Add filename patterns for jsconfig.json (microsoft#103360)
Add alternative filename patterns for jsconfig.json that will be recognized as JSONC when opened. This mirrors the accepted filename patterns for tsconfig.json.
1 parent 4c145db commit fcc2a49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

extensions/typescript-basics/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
],
4646
"filenamePatterns": [
4747
"tsconfig.*.json",
48-
"tsconfig-*.json"
48+
"jsconfig.*.json",
49+
"tsconfig-*.json",
50+
"jsconfig-*.json"
4951
]
5052
}
5153
],

0 commit comments

Comments
 (0)