"Restart Now" button no longer overflows its container#1018
Open
Luke-Bilhorn wants to merge 3 commits into
Open
"Restart Now" button no longer overflows its container#1018Luke-Bilhorn wants to merge 3 commits into
Luke-Bilhorn wants to merge 3 commits into
Conversation
…ide card on narrow widths Re-laid out the "Update ready to install" card as a centered vertical stack (icon + title, version, buttons row) so the Restart Now button no longer overflows the card when the panel is narrow. The Release Notes button now uses a muted background so it's visually distinct from the card.
Contributor
Author
Contributor
Author
…have-nicely-with-resizing
LeviXIII
reviewed
Jun 4, 2026
Contributor
LeviXIII
left a comment
There was a problem hiding this comment.
The overflow is now gone which is great! The problem now is that the Release Notes button brings up the same modal twice. While you are here, do you mind making a fix for that?
The Release Notes button posts an `openExternal` message, which was being handled by two separate switch blocks in MainMenuProvider, causing vscode.env.openExternal to fire twice and showing VS Code's external URL confirmation modal twice. Remove the duplicate handler from handleProjectManagerMessage; the primary handler in handleMessage remains.
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.



No description provided.