Skip to content

fix: Debug sidepane button being hidden on small view container#323188

Open
hariharjeevan wants to merge 1 commit into
microsoft:mainfrom
hariharjeevan:fix/debugPaneUI
Open

fix: Debug sidepane button being hidden on small view container#323188
hariharjeevan wants to merge 1 commit into
microsoft:mainfrom
hariharjeevan:fix/debugPaneUI

Conversation

@hariharjeevan

Copy link
Copy Markdown

Summary

This PR fixes the play button being hidden when the side-pane size is reduced. As shown in the issue #323141.

Screen Recording (Fixed behavior)

Screencast.from.2026-06-26.23-57-48.webm

Related

Fixes: #323141

Copilot AI review requested due to automatic review settings June 26, 2026 18:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the Debug side pane title layout CSS so the start/debug (play) action remains visible when the view container is resized very small, by allowing the title label to shrink/ellipsis and by preventing the title actions area from collapsing too far.

Changes:

  • Allow the Debug view container title label to flex/shrink and truncate with ellipsis when the start-debug action is present.
  • Prevent the title actions area (containing the start-debug action) from being squeezed out in narrow layouts.
  • Minor CSS formatting/whitespace cleanup in debugViewlet.css.

Comment thread src/vs/workbench/contrib/debug/browser/media/debugViewlet.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debug Play button can be hidden by making the view container to small

3 participants