sessions: move Customizations next to Automations - #336787
Open
Sandeep Somavarapu (sandy081) wants to merge 3 commits into
Open
Sandeep Somavarapu (sandy081) wants to merge 3 commits into
Sandeep Somavarapu (sandy081) wants to merge 3 commits into
Conversation
Replace the separate Customizations shortcuts pane with a single sidebar entry and place the Sessions header directly below the navigation shortcuts. Preserve the existing management editor, header actions, mobile behavior, accessibility, and session-row hover treatment. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sandeep Somavarapu (sandy081)
enabled auto-merge (squash)
September 18, 2026 15:54
Copilot started reviewing on behalf of
Sandeep Somavarapu (sandy081)
September 18, 2026 15:54
View session
Aaron Munger (amunger)
previously approved these changes
Sep 18, 2026
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The new header and shortcut retain focus, virtualization, context-menu, and active-state regressions.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 6
Open (6)
Do not locate Customizations by an optional entry · New Preserve a visible focus indicator for the Sessions header · New Avoid descendant-state selectors for tree row types · New Recompute header layout after virtualized reattachment · New Track the active Customizations editor · New Do not show a group menu for Customizations · New
What changed in this PR
Moves Customizations into Sessions navigation beside Automations and removes the obsolete toolbar pane.
Changes:
- Adds a command-backed Customizations list entry.
- Moves the Sessions header into the desktop list.
- Updates styling, accessibility text, and tests.
| File | Description |
|---|---|
| src/vs/sessions/sessions.common.main.ts | Loads the replacement contribution. |
| src/vs/sessions/contrib/sessions/test/browser/sessionsViewPane.test.ts | Removes obsolete pane tests. |
| src/vs/sessions/contrib/sessions/test/browser/sessionsRename.test.ts | Updates accessibility-help assertions. |
| src/vs/sessions/contrib/sessions/test/browser/sessionsList.test.ts | Tests shortcut and header placement. |
| src/vs/sessions/contrib/sessions/test/browser/aiCustomizationShortcutsWidget.fixture.ts | Removes the obsolete fixture. |
| src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts | Excludes shortcuts from archive actions. |
| src/vs/sessions/contrib/sessions/browser/views/sessionsView.ts | Removes the pane and delegates focus. |
| src/vs/sessions/contrib/sessions/browser/views/sessionsList.ts | Adds navigation entries and the list-hosted header. |
| src/vs/sessions/contrib/sessions/browser/media/sessionsViewPane.css | Updates header and pane layout. |
| src/vs/sessions/contrib/sessions/browser/media/sessionsList.css | Styles shortcuts and the embedded header. |
| src/vs/sessions/contrib/sessions/browser/media/customizationsToolbar.css | Removes obsolete toolbar styles. |
| src/vs/sessions/contrib/sessions/browser/media/agentHostToolbar.css | Updates toolbar documentation. |
| src/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.ts | Removes the old toolbar contribution. |
| src/vs/sessions/contrib/sessions/browser/customizationsConstants.ts | Defines the open-command identifier. |
| src/vs/sessions/contrib/sessions/browser/customizations.contribution.ts | Registers the replacement command and synchronization. |
| src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts | Removes the obsolete widget. |
| src/vs/sessions/contrib/sessions/browser/agentHostShortcutsWidget.ts | Updates comments for the new layout. |
| src/vs/sessions/contrib/providers/remoteAgentHost/browser/media/hostFilter.css | Renames the host-filter container selector. |
| src/vs/sessions/contrib/providers/remoteAgentHost/browser/hostFilterActionViewItem.ts | Uses the renamed container and shared styles. |
| src/vs/sessions/contrib/chat/browser/sessionsChatAccessibilityHelp.ts | Updates Customizations help text. |
| src/vs/sessions/browser/menus.ts | Removes the obsolete menu identifier. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Restore visible keyboard focus, active editor feedback, virtualized header layout, and shortcut menu behavior while using explicit renderer row classes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
roblourens
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Validation
npm run compilenpm run hygiene