@@ -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,
@@ -3213,7 +3213,8 @@ Run the `theme selector: toggle` action in the command palette to see a current
"indent_guides": {
"show": "always"
},
- "hide_root": false
+ "hide_root": false,
+ "starts_open": true
}
}
```