Update default settings
This commit is contained in:
parent
8f0b24b264
commit
a7695c47bf
1 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue