From cf186fdab78fd5af42c16b35ae20f4d19d99ca98 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:46:55 +0000 Subject: [PATCH] Git - update git worktree inlint action (#284737) --- extensions/git/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/git/package.json b/extensions/git/package.json index 2c6eadd99dd..b8b97f4f116 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -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" },