From 10028aaae83d59bb7d2186df4bc12cbb43f94e7d Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 11 Jul 2025 10:25:09 -0400 Subject: [PATCH] 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 --- .zed/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zed/settings.json b/.zed/settings.json index 1ef6bc28f7..68e05a426f 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -40,7 +40,7 @@ }, "file_types": { "Dockerfile": ["Dockerfile*[!dockerignore]"], - "JSONC": ["assets/**/*.json", "renovate.json"], + "JSONC": ["**/assets/**/*.json", "renovate.json"], "Git Ignore": ["dockerignore"] }, "hard_tabs": false,