git_ui: Unify branch, worktree, and stash pickers in one#46621
Merged
danilo-leal merged 5 commits intomainfrom Jan 12, 2026
Merged
git_ui: Unify branch, worktree, and stash pickers in one#46621danilo-leal merged 5 commits intomainfrom
danilo-leal merged 5 commits intomainfrom
Conversation
danilo-leal
added a commit
that referenced
this pull request
Jan 13, 2026
…46662) This makes the new session picker in the Debugger panel consistent with the new unified Git picker (#46621): https://github.com/user-attachments/assets/e94662da-31cc-48d8-b633-a6f0a2812569 Release Notes: - Debugger: Make possible to navigate with the keyboard between the views in the new session picker.
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.
This PR creates a unified picker for all the Git-related pickers: branch, worktree and stash. The main motivation for this is to bring awareness and ease of access for the worktree and stash pickers that were previously (and arguably) hidden amidst the sea of commands in the command palette. As worktrees in particular become more relevant for AI-related flows, having an easier way to reach for its picker will be beneficial.
Note that the actions/commands remain the same; you can still look for
git: worktreeorgit: view stash. The difference is that these actions will take you to the unified picker with the correct corresponding active view.Screenshot.2026-01-12.at.10.53.mp4
Release Notes: