Explicitly associate files as JSONC (#33410)
Fixes an issue when the zed repo was checked out to folder other than `zed` (e.g. `zed2`) files were incorrectly identified as JSON instead of JSONC. Release Notes: - N/A
This commit is contained in:
parent
6fb5500ef2
commit
dae4e84bc5
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
},
|
},
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"Dockerfile": ["Dockerfile*[!dockerignore]"],
|
"Dockerfile": ["Dockerfile*[!dockerignore]"],
|
||||||
|
"JSONC": ["assets/**/*.json", "renovate.json"],
|
||||||
"Git Ignore": ["dockerignore"]
|
"Git Ignore": ["dockerignore"]
|
||||||
},
|
},
|
||||||
"hard_tabs": false,
|
"hard_tabs": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue