Ensure *.json recognized as JSONC if checkout folder not zed (#34289)

Follow-up to: https://github.com/zed-industries/zed/pull/33410

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-07-11 10:25:09 -04:00 committed by GitHub
parent 3b9bb521f4
commit 10028aaae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@
}, },
"file_types": { "file_types": {
"Dockerfile": ["Dockerfile*[!dockerignore]"], "Dockerfile": ["Dockerfile*[!dockerignore]"],
"JSONC": ["assets/**/*.json", "renovate.json"], "JSONC": ["**/assets/**/*.json", "renovate.json"],
"Git Ignore": ["dockerignore"] "Git Ignore": ["dockerignore"]
}, },
"hard_tabs": false, "hard_tabs": false,