mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-03 04:56:44 +01:00
231a1f025b
Restore the invariant that revealing the editor part also reveals the auxiliary bar (e.g. opening a file from chat shows the secondary side bar), but suppress that enforcement while restoring a session's editor working set on session switch. The working-set reveal is programmatic, so the session's saved auxiliary bar visibility now wins and a side bar the user hid for a session stays hidden when returning to it. Adds the LAYOUT_CONTROLLER.md spec documenting per-session layout state and links it from LAYOUT.md, README.md, and the sessions skill. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>