From ac4b14370c0254a27962e787bfa5c4c69e0ba1f0 Mon Sep 17 00:00:00 2001 From: Smit Barmase Date: Mon, 2 Mar 2026 10:53:06 +0530 Subject: [PATCH] project_panel: Set diagnostic badges off by default (#50454) Release Notes: - N/A --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 8f724f59b66486b6477fc19155d78c7dd89d33c8..b193c0f60d0087972381f4f85f2b864b52fdbc7d 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -800,7 +800,7 @@ // "files_first" "sort_mode": "directories_first", // Whether to show error and warning count badges next to file names in the project panel. - "diagnostic_badges": true, + "diagnostic_badges": false, // Whether to enable drag-and-drop operations in the project panel. "drag_and_drop": true, // Whether to hide the root entry when only one folder is open in the window;