Git: Delete Worktree... command for command palette only (#256827)

* Delete worktree picker  command palette

* clean up

* Only allow delete worktree picker from main repository

* Find main repository

* resolve hygiene formatting issues
This commit is contained in:
Christy 😺
2025-07-21 07:48:08 -07:00
committed by GitHub
parent 88b415f570
commit 6187e6deb7
3 changed files with 74 additions and 1 deletions

View File

@@ -77,6 +77,7 @@
"command.deleteTag": "Delete Tag...",
"command.createWorktree": "Create Worktree...",
"command.deleteWorktree": "Delete Worktree",
"command.deleteWorktreeFromPalette": "Delete Worktree...",
"command.deleteRemoteTag": "Delete Remote Tag...",
"command.fetch": "Fetch",
"command.fetchPrune": "Fetch (Prune)",