sessions: reduce left sidebar minimum width#307709
Merged
hawkticehurst merged 1 commit intomainfrom Apr 3, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Agent Sessions window layout to allow the left sidebar to be resized significantly narrower, and syncs the layout specification documentation accordingly.
Changes:
- Reduced the sessions
SidebarPartminimum resizable width from270pxto170px. - Updated
src/vs/sessions/LAYOUT.mdto document the new minimum width and record the change in revision history.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/vs/sessions/browser/parts/sidebarPart.ts | Lowers SidebarPart.minimumWidth to allow narrower resizing in the sessions workbench. |
| src/vs/sessions/LAYOUT.md | Documents the new sidebar minimum width and records the change in the revision history. |
rebornix
previously approved these changes
Apr 3, 2026
Lower the sessions sidebar resize floor from 270px to 170px and keep the layout specification in sync with the final sessions app behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
d5a0917 to
710eb59
Compare
rzhao271
approved these changes
Apr 3, 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
Lowers the sessions app left sidebar minimum width from
270pxto170pxso it can be resized narrower.Also updates
src/vs/sessions/LAYOUT.mdto keep the layout spec in sync with the final minimum width.Testing
npm run compile-check-ts-nativenpm run hygiene(fails due to unrelated existing hygiene issue inextensions/mermaid-chat-features/chat-webview-out/codicon.css: missing or bad copyright statement)