mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 19:29:17 +00:00
Add filename patterns for jsconfig.json (#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.
This commit is contained in:
@@ -45,7 +45,9 @@
|
|||||||
],
|
],
|
||||||
"filenamePatterns": [
|
"filenamePatterns": [
|
||||||
"tsconfig.*.json",
|
"tsconfig.*.json",
|
||||||
"tsconfig-*.json"
|
"jsconfig.*.json",
|
||||||
|
"tsconfig-*.json",
|
||||||
|
"jsconfig-*.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user