windows: Treat settings.json as JSONC (#14944)
Before this PR, comments in `settings.json` are marked with red lines, indicating that `"comments are not allowed in JSON."`  After this PR, this issue is resolved.  Release Notes: - N/A
This commit is contained in:
@@ -705,7 +705,7 @@
|
||||
//
|
||||
"file_types": {
|
||||
"JSON": ["flake.lock"],
|
||||
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json", "tsconfig.json"]
|
||||
"JSONC": ["**/.zed/**/*.json", "**/zed/**/*.json", "**/Zed/**/*.json", "tsconfig.json"]
|
||||
},
|
||||
// The extensions that Zed should automatically install on startup.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user