Auto fold directories in the project panel by default (#15273)
This commit is contained in:
parent
e830865eb1
commit
243fb3562c
2 changed files with 13 additions and 1 deletions
|
@ -312,7 +312,7 @@
|
|||
"auto_reveal_entries": 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": false,
|
||||
"auto_fold_dirs": true,
|
||||
/// Scrollbar-related settings
|
||||
"scrollbar": {
|
||||
/// When to show the scrollbar in the project panel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue