|
7393 | 7393 | "command": "gitlens.views.openInWorktree", |
7394 | 7394 | "title": "Open in Worktree", |
7395 | 7395 | "category": "GitLens", |
7396 | | - "icon": "$(window)" |
| 7396 | + "icon": "$(empty-window)" |
7397 | 7397 | }, |
7398 | 7398 | { |
7399 | 7399 | "command": "gitlens.views.openWorktree", |
@@ -14606,36 +14606,36 @@ |
14606 | 14606 | "when": "viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/ && config.multiDiffEditor.experimental.enabled", |
14607 | 14607 | "group": "inline@2" |
14608 | 14608 | }, |
14609 | | - { |
14610 | | - "command": "gitlens.views.openPullRequestComparison", |
14611 | | - "when": "viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/", |
14612 | | - "group": "inline@3" |
14613 | | - }, |
14614 | 14609 | { |
14615 | 14610 | "command": "gitlens.openPullRequestOnRemote", |
14616 | 14611 | "when": "viewItem =~ /gitlens:(pullrequest\\b|launchpad:item\\b(?=.*?\\b\\+pr\\b))/", |
14617 | | - "group": "inline@99", |
| 14612 | + "group": "inline@98", |
14618 | 14613 | "alt": "gitlens.copyRemotePullRequestUrl" |
14619 | 14614 | }, |
14620 | 14615 | { |
14621 | | - "command": "gitlens.views.openPullRequestChanges", |
14622 | | - "when": "!listMultiSelection && viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/ && config.multiDiffEditor.experimental.enabled", |
14623 | | - "group": "1_gitlens_actions@1" |
| 14616 | + "command": "gitlens.views.openInWorktree", |
| 14617 | + "when": "!listMultiSelection && viewItem =~ /gitlens:(pullrequest\\b|launchpad:item\\b(?=.*?\\b\\+pr\\b))/", |
| 14618 | + "group": "inline@99" |
14624 | 14619 | }, |
14625 | 14620 | { |
14626 | 14621 | "command": "gitlens.views.openPullRequest", |
14627 | 14622 | "when": "!listMultiSelection && gitlens:action:openPullRequest > 1 && viewItem =~ /gitlens:pullrequest\\b/", |
14628 | | - "group": "1_gitlens_actions@98" |
| 14623 | + "group": "1_gitlens_actions@1" |
14629 | 14624 | }, |
14630 | 14625 | { |
14631 | | - "command": "gitlens.openPullRequestOnRemote", |
| 14626 | + "command": "gitlens.views.openInWorktree", |
14632 | 14627 | "when": "!listMultiSelection && viewItem =~ /gitlens:(pullrequest\\b|launchpad:item\\b(?=.*?\\b\\+pr\\b))/", |
14633 | | - "group": "1_gitlens_actions@99" |
| 14628 | + "group": "1_gitlens_actions@2" |
14634 | 14629 | }, |
14635 | 14630 | { |
14636 | | - "command": "gitlens.views.openInWorktree", |
| 14631 | + "command": "gitlens.views.openPullRequestChanges", |
| 14632 | + "when": "!listMultiSelection && viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/ && config.multiDiffEditor.experimental.enabled", |
| 14633 | + "group": "2_gitlens_quickopen@1" |
| 14634 | + }, |
| 14635 | + { |
| 14636 | + "command": "gitlens.openPullRequestOnRemote", |
14637 | 14637 | "when": "!listMultiSelection && viewItem =~ /gitlens:(pullrequest\\b|launchpad:item\\b(?=.*?\\b\\+pr\\b))/", |
14638 | | - "group": "1_gitlens_actions@100" |
| 14638 | + "group": "2_gitlens_quickopen@2" |
14639 | 14639 | }, |
14640 | 14640 | { |
14641 | 14641 | "command": "gitlens.showInCommitGraph", |
|
0 commit comments