mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 12:10:22 -05:00
add delete worktree command to context menu (#261711)
This commit is contained in:
@@ -1705,6 +1705,11 @@
|
||||
"command": "git.openWorktreeInNewWindow",
|
||||
"group": "1_worktree@2",
|
||||
"when": "scmProvider == git && scmProviderContext == worktree"
|
||||
},
|
||||
{
|
||||
"command": "git.deleteWorktree",
|
||||
"group": "1_worktree@3",
|
||||
"when": "scmProvider == git && scmProviderContext == worktree"
|
||||
}
|
||||
],
|
||||
"scm/resourceGroup/context": [
|
||||
|
||||
Reference in New Issue
Block a user