Use JSONC for pyrightconfig.json (#16967)

This commit is contained in:
Peter Tripp 2024-08-27 15:02:03 -04:00 committed by GitHub
parent 1d868e19f2
commit 98e09f22c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -730,7 +730,13 @@
//
"file_types": {
"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.
//