Use JSONC for pyrightconfig.json (#16967)
This commit is contained in:
parent
1d868e19f2
commit
98e09f22c2
1 changed files with 7 additions and 1 deletions
|
@ -730,7 +730,13 @@
|
||||||
//
|
//
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"JSON": ["flake.lock"],
|
"JSON": ["flake.lock"],
|
||||||
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json", "**/Zed/**/*.json", "tsconfig.json"]
|
"JSONC": [
|
||||||
|
"**/.zed/**/*.json",
|
||||||
|
"**/zed/**/*.json",
|
||||||
|
"**/Zed/**/*.json",
|
||||||
|
"tsconfig.json",
|
||||||
|
"pyrightconfig.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