Command to create worktrees with defaults (#268398)

* Command to create worktrees with defaults

* Update extensions/git/src/commands.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Osvaldo Ortega
2025-10-31 11:39:12 -07:00
committed by GitHub
parent cd4abdd71c
commit 444b1cb403
2 changed files with 85 additions and 0 deletions

View File

@@ -573,6 +573,12 @@
"category": "Git",
"enablement": "!operationInProgress"
},
{
"command": "git.createWorktreeWithDefaults",
"title": "Create Worktree With Defaults",
"category": "Git",
"enablement": "!operationInProgress"
},
{
"command": "git.deleteWorktree",
"title": "%command.deleteWorktree%",