You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(quickpick): add move worktree action in the worktree quick pick menu
- Added separator items to group actions in the worktree quick pick menu
- Moved "View Git history" and "Open the repository in Source Control view" into new groups
- Implemented "Move Worktree" command action with appropriate icon and label
- Updated QuickPickAction interface to include 'separator' and Commands.moveWorktree types
- Handled moveWorktree command case in action switch statement
0 commit comments