Update default settings

This commit is contained in:
Derek Briggs 2023-07-20 12:03:07 -06:00
parent 8f0b24b264
commit a7695c47bf
No known key found for this signature in database
GPG key ID: 923B064B9C3611F0

View file

@ -106,6 +106,8 @@
"git_status": true, "git_status": true,
// Whether to show file icons in the project panel. // Whether to show file icons in the project panel.
"file_icons": true, "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'. // Where to dock project panel. Can be 'left' or 'right'.
"dock": "left", "dock": "left",
// Default width of the project panel. // Default width of the project panel.
@ -203,9 +205,7 @@
"copilot": { "copilot": {
// The set of glob patterns for which copilot should be disabled // The set of glob patterns for which copilot should be disabled
// in any matching file. // in any matching file.
"disabled_globs": [ "disabled_globs": [".env"]
".env"
]
}, },
// Settings specific to journaling // Settings specific to journaling
"journal": { "journal": {