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:
maan2003
2025-08-08 05:02:11 +00:00
committed by GitHub
parent 9edc01d9a5
commit 0169bddb59
4 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -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
}
}
```