mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git - update git worktree inlint action (#284737)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user