Skip to content

Commit 673137d

Browse files
committed
reorder lines in package.json + add !listMultiSelection cond
1 parent 0773536 commit 673137d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9014,6 +9014,13 @@
90149014
"title": "Reset Current Branch to Commit...",
90159015
"enablement": "!operationInProgress"
90169016
},
9017+
{
9018+
"command": "gitlens.graph.resetToTag",
9019+
"title": "Reset Current Branch to Tag...",
9020+
"category": "GitLens",
9021+
"icon": "$(gitlens-reset)",
9022+
"enablement": "!operationInProgress"
9023+
},
90179024
{
90189025
"command": "gitlens.graph.resetToTip",
90199026
"title": "Reset Current Branch to Tip...",
@@ -9078,13 +9085,6 @@
90789085
"icon": "$(gitlens-switch)",
90799086
"enablement": "!operationInProgress"
90809087
},
9081-
{
9082-
"command": "gitlens.graph.resetToTag",
9083-
"title": "Reset Current Branch to Tag...",
9084-
"category": "GitLens",
9085-
"icon": "$(gitlens-reset)",
9086-
"enablement": "!operationInProgress"
9087-
},
90889088
{
90899089
"command": "gitlens.graph.createWorktree",
90909090
"title": "Create Worktree...",
@@ -16303,6 +16303,11 @@
1630316303
"when": "!listMultiSelection && !gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && webviewItem =~ /gitlens:commit\\b/",
1630416304
"group": "1_gitlens_actions@4"
1630516305
},
16306+
{
16307+
"command": "gitlens.graph.resetToTag",
16308+
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && !listMultiSelection && webviewItem =~ /gitlens:tag\\b/",
16309+
"group": "1_gitlens_actions@2"
16310+
},
1630616311
{
1630716312
"command": "gitlens.graph.resetToTip",
1630816313
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && webviewItem =~ /gitlens:branch\\b/",
@@ -16423,11 +16428,6 @@
1642316428
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && webviewItem =~ /gitlens:tag\\b/",
1642416429
"group": "1_gitlens_actions@1"
1642516430
},
16426-
{
16427-
"command": "gitlens.graph.resetToTag",
16428-
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && webviewItem =~ /gitlens:tag\\b/",
16429-
"group": "1_gitlens_actions@2"
16430-
},
1643116431
{
1643216432
"command": "gitlens.graph.deleteTag",
1643316433
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && webviewItem == gitlens:tag",

0 commit comments

Comments
 (0)