Skip to content

Commit 5b90b67

Browse files
committed
Fixes #4203 worktree commands not registered
1 parent 2b92e5c commit 5b90b67

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1818

1919
- Fixes _Create PR with AI_ isn't including commit messages properly ([#4198](https://github.com/gitkraken/vscode-gitlens/issues/4198))
2020
- Fixes some cases where "Switch" and "Open in Worktree" actions in Launchpad fail to fully open the repo ([#4196](https://github.com/gitkraken/vscode-gitlens/issues/4196))
21+
- Fixes worktree commands not registered ([#4203](https://github.com/gitkraken/vscode-gitlens/issues/4203))
2122

2223
## [17.0.0] - 2025-03-31
2324

src/commands/gitWizard.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ export class GitWizardCommand extends QuickWizardCommandBase {
7979
'gitlens.gitCommands.tag.delete',
8080
'gitlens.gitCommands.worktree',
8181
'gitlens.gitCommands.worktree.create',
82+
'gitlens.gitCommands.worktree.delete',
83+
'gitlens.gitCommands.worktree.open',
8284

8385
'gitlens.copyWorkingChangesToWorktree',
8486
]);

0 commit comments

Comments
 (0)