Git - update git worktree inlint action (#284737)

This commit is contained in:
Ladislau Szomoru
2025-12-22 13:46:55 +00:00
committed by GitHub
parent a4451f532b
commit cf186fdab7

View File

@@ -1128,6 +1128,7 @@
{
"command": "git.repositories.openWorktreeInNewWindow",
"title": "%command.openWorktreeInNewWindow2%",
"icon": "$(folder-opened)",
"category": "Git",
"enablement": "!operationInProgress"
},
@@ -2116,7 +2117,7 @@
"when": "scmProvider == git && (scmArtifactGroupId == branches || scmArtifactGroupId == tags)"
},
{
"command": "git.repositories.openWorktree",
"command": "git.repositories.openWorktreeInNewWindow",
"group": "inline@1",
"when": "scmProvider == git && scmArtifactGroupId == worktrees"
},