Treat tsconfig.json
as JSONC (#14920)
This PR updates the default settings to treat `tsconfig.json` files as JSONC. Resolves https://github.com/zed-industries/zed/issues/14906. Release Notes: - TypeScript's `tsconfig.json` files are now treated as JSONC.
This commit is contained in:
parent
a4baba7edd
commit
45b45155d4
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@
|
||||||
//
|
//
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"JSON": ["flake.lock"],
|
"JSON": ["flake.lock"],
|
||||||
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json"]
|
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json", "tsconfig.json"]
|
||||||
},
|
},
|
||||||
// The extensions that Zed should automatically install on startup.
|
// The extensions that Zed should automatically install on startup.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue