mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
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:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user