From a7695c47bf1e59aca8a4ebaa6b37b0485f7945f0 Mon Sep 17 00:00:00 2001 From: Derek Briggs Date: Thu, 20 Jul 2023 12:03:07 -0600 Subject: [PATCH] Update default settings --- assets/settings/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index d35049a84d0ecb800f20fa5a0111ed378cd64c87..343abbf077ff910c0bd3c673f780b2a3da914d49 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -106,6 +106,8 @@ "git_status": true, // Whether to show file icons in the project panel. "file_icons": true, + // Whether to show folder icons or chevrons for directories in the project panel. + "folder_icons": true, // Where to dock project panel. Can be 'left' or 'right'. "dock": "left", // Default width of the project panel. @@ -203,9 +205,7 @@ "copilot": { // The set of glob patterns for which copilot should be disabled // in any matching file. - "disabled_globs": [ - ".env" - ] + "disabled_globs": [".env"] }, // Settings specific to journaling "journal": {