project panel: Add setting to disable auto opening project panel (#34752)
Release Notes: - Add `project_panel.starts_open` to control opening project panel in new projects.
This commit is contained in:
parent
9edc01d9a5
commit
0169bddb59
4 changed files with 13 additions and 1 deletions
|
@ -596,6 +596,8 @@
|
|||
// when a corresponding project entry becomes active.
|
||||
// Gitignored entries are never auto revealed.
|
||||
"auto_reveal_entries": true,
|
||||
// Whether the project panel should open on startup.
|
||||
"starts_open": true,
|
||||
// Whether to fold directories automatically and show compact folders
|
||||
// (e.g. "a/b/c" ) when a directory has only one subdirectory inside.
|
||||
"auto_fold_dirs": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue