project_panel: Set diagnostic badges off by default (#50454)

Smit Barmase created

Release Notes:

- N/A

Change summary

assets/settings/default.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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;