layout - cleanup handling of workbench.secondarySideBar.forceMaximized (#290236)

* layout - cleanup handling of `workbench.secondarySideBar.forceMaximized`

* .

* .

* .
This commit is contained in:
Benjamin Pasero
2026-01-25 17:03:16 +01:00
committed by GitHub
parent b5dcdba622
commit 390f10d3c1
3 changed files with 41 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
"workbench.activityBar.location": "hidden",
"workbench.sideBar.location": "right",
"workbench.secondarySideBar.defaultVisibility": "maximized",
"workbench.secondarySideBar.restoreMaximized": true,
"workbench.secondarySideBar.forceMaximized": true,
"chat.restoreLastPanelSession": true,
"workbench.startupEditor": "none",
"workbench.editor.restoreEditors": false,