add delete worktree command to context menu (#261711)

This commit is contained in:
Christy 😺
2025-08-14 15:07:40 -07:00
committed by GitHub
parent 8dae30a5c6
commit e14542e646

View File

@@ -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": [