Update customizations sidebar content and behavior#322497
Open
hawkticehurst wants to merge 5 commits into
Open
Update customizations sidebar content and behavior#322497hawkticehurst wants to merge 5 commits into
hawkticehurst wants to merge 5 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Agents window “Customizations” sidebar section to behave more like the Checks UI: it becomes vertically resizable, adds a dedicated “Overview” entry, and fixes deep-linking so clicking a customization category opens the Customizations editor with that section selected (addressing #321166).
Changes:
- Reworks sidebar layout to use a vertical
SplitView, making Customizations non-collapsible and resizable with a defined minimum height. - Adds an “Overview” sidebar entry and updates navigation actions so category clicks consistently deep-link to their corresponding editor section.
- Adjusts Customizations toolbar rendering/styling to be height-aware and scroll correctly within the resizable pane.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/vs/sessions/contrib/sessions/test/browser/aiCustomizationShortcutsWidget.fixture.ts | Updates screenshot fixtures to include the new Overview entry and new minimum-height behavior. |
| src/vs/sessions/contrib/sessions/browser/views/sessionsView.ts | Introduces a vertical SplitView to make the Customizations section resizable and layout-driven. |
| src/vs/sessions/contrib/sessions/browser/media/sessionsViewPane.css | Adds SplitView container styling and insets the separator/sash to match the intended visuals. |
| src/vs/sessions/contrib/sessions/browser/media/customizationsToolbar.css | Refactors Customizations toolbar CSS to fill available height and support scrolling within the pane. |
| src/vs/sessions/contrib/sessions/browser/customizationsToolbar.contribution.ts | Adds Overview action/entry and ensures category actions deep-link to sections (fixing the selection bug). |
| src/vs/sessions/contrib/sessions/browser/aiCustomizationShortcutsWidget.ts | Reworks widget DOM to remove collapsing, add scrollable content, and expose desired-height changes. |
| src/vs/sessions/AI_CUSTOMIZATIONS.md | Updates documentation to reflect the new resizable behavior and Overview + deep-link semantics. |
Contributor
Screenshot ChangesBase: Changed (6)Added (4)Removed (12) |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
benibenj
requested changes
Jun 23, 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.
Fixes #321166
Addresses bug where the Customizations sidebar list items, when clicked, do not open their associated Customizations modal page.
This is accomplished by rethinking Customizations sidebar a bit to match the behavior of the Checks section UI that is displayed in chat sessions that have PRs with CI tasks.
Specific changes:
sessions.customizations.sidebarModesetting and associated code for "single" optionScreen.Recording.2026-06-23.at.12.16.48.AM.mov
Screen.Recording.2026-06-23.at.2.22.40.PM.mov