|
6830 | 6830 | "icon": "$(discard)",
|
6831 | 6831 | "enablement": "!operationInProgress"
|
6832 | 6832 | },
|
| 6833 | + { |
| 6834 | + "command": "gitlens.home.openPullRequestChanges", |
| 6835 | + "title": "Open Pull Request Changes", |
| 6836 | + "icon": "$(request-changes)" |
| 6837 | + }, |
| 6838 | + { |
| 6839 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 6840 | + "title": "Open Pull Request on Remote", |
| 6841 | + "icon": "$(globe)" |
| 6842 | + }, |
| 6843 | + { |
| 6844 | + "command": "gitlens.home.createPullRequest", |
| 6845 | + "title": "Create Pull Request...", |
| 6846 | + "icon": "$(git-pull-request-create)" |
| 6847 | + }, |
| 6848 | + { |
| 6849 | + "command": "gitlens.home.openWorktree", |
| 6850 | + "title": "Open Worktree", |
| 6851 | + "icon": "$(browser)" |
| 6852 | + }, |
| 6853 | + { |
| 6854 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 6855 | + "title": "Open Worktree in New Window", |
| 6856 | + "icon": "$(empty-window)" |
| 6857 | + }, |
| 6858 | + { |
| 6859 | + "command": "gitlens.home.fetch", |
| 6860 | + "title": "Fetch", |
| 6861 | + "icon": "$(gl-repo-fetch)" |
| 6862 | + }, |
| 6863 | + { |
| 6864 | + "command": "gitlens.home.switchToBranch", |
| 6865 | + "title": "Switch to Branch...", |
| 6866 | + "icon": "$(gl-switch)" |
| 6867 | + }, |
| 6868 | + { |
| 6869 | + "command": "gitlens.home.pull", |
| 6870 | + "title": "Pull", |
| 6871 | + "icon": "$(gl-repo-pull)" |
| 6872 | + }, |
| 6873 | + { |
| 6874 | + "command": "gitlens.home.openInGraph", |
| 6875 | + "title": "Open in Commit Graph", |
| 6876 | + "icon": "$(gl-graph)" |
| 6877 | + }, |
6833 | 6878 | {
|
6834 | 6879 | "command": "gitlens.inviteToLiveShare",
|
6835 | 6880 | "title": "Invite to Live Share",
|
|
10679 | 10724 | "command": "gitlens.graph.undoCommit",
|
10680 | 10725 | "when": "false"
|
10681 | 10726 | },
|
| 10727 | + { |
| 10728 | + "command": "gitlens.home.createPullRequest", |
| 10729 | + "when": "false" |
| 10730 | + }, |
| 10731 | + { |
| 10732 | + "command": "gitlens.home.fetch", |
| 10733 | + "when": "false" |
| 10734 | + }, |
| 10735 | + { |
| 10736 | + "command": "gitlens.home.openInGraph", |
| 10737 | + "when": "false" |
| 10738 | + }, |
| 10739 | + { |
| 10740 | + "command": "gitlens.home.openPullRequestChanges", |
| 10741 | + "when": "false" |
| 10742 | + }, |
| 10743 | + { |
| 10744 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 10745 | + "when": "false" |
| 10746 | + }, |
| 10747 | + { |
| 10748 | + "command": "gitlens.home.openWorktree", |
| 10749 | + "when": "false" |
| 10750 | + }, |
| 10751 | + { |
| 10752 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 10753 | + "when": "false" |
| 10754 | + }, |
| 10755 | + { |
| 10756 | + "command": "gitlens.home.pull", |
| 10757 | + "when": "false" |
| 10758 | + }, |
| 10759 | + { |
| 10760 | + "command": "gitlens.home.switchToBranch", |
| 10761 | + "when": "false" |
| 10762 | + }, |
10682 | 10763 | {
|
10683 | 10764 | "command": "gitlens.inviteToLiveShare",
|
10684 | 10765 | "when": "false"
|
|
18354 | 18435 | "when": "webviewItem =~ /gitlens:graph:(columns|settings)\\b/",
|
18355 | 18436 | "group": "3_columns@2"
|
18356 | 18437 | },
|
| 18438 | + { |
| 18439 | + "command": "gitlens.home.openPullRequestChanges", |
| 18440 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestChanges\\b)/", |
| 18441 | + "group": "10_gitlens_action@1" |
| 18442 | + }, |
| 18443 | + { |
| 18444 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 18445 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestOnRemote\\b)/", |
| 18446 | + "group": "20_gitlens_action@1" |
| 18447 | + }, |
| 18448 | + { |
| 18449 | + "command": "gitlens.home.createPullRequest", |
| 18450 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.createPullRequest\\b)/", |
| 18451 | + "group": "30_gitlens_action@1" |
| 18452 | + }, |
| 18453 | + { |
| 18454 | + "command": "gitlens.home.openWorktree", |
| 18455 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktree\\b)/", |
| 18456 | + "group": "40_gitlens_action@1" |
| 18457 | + }, |
| 18458 | + { |
| 18459 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 18460 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktreeInNewWindow\\b)/", |
| 18461 | + "group": "40_gitlens_action@1" |
| 18462 | + }, |
| 18463 | + { |
| 18464 | + "command": "gitlens.home.switchToBranch", |
| 18465 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.switchToBranch\\b)/", |
| 18466 | + "group": "50_gitlens_action@1" |
| 18467 | + }, |
| 18468 | + { |
| 18469 | + "command": "gitlens.home.fetch", |
| 18470 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.fetch\\b)/", |
| 18471 | + "group": "60_gitlens_action@1" |
| 18472 | + }, |
| 18473 | + { |
| 18474 | + "command": "gitlens.home.pull", |
| 18475 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.pull\\b)/", |
| 18476 | + "group": "60_gitlens_action@1" |
| 18477 | + }, |
| 18478 | + { |
| 18479 | + "command": "gitlens.home.openInGraph", |
| 18480 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openInGraph\\b)/", |
| 18481 | + "group": "80_gitlens_action@1" |
| 18482 | + }, |
18357 | 18483 | {
|
18358 | 18484 | "command": "gitlens.graph.openPullRequestChanges",
|
18359 | 18485 | "when": "webviewItem =~ /gitlens:pullrequest\\b(?=.*?\\b\\+refs\\b)/ && config.multiDiffEditor.experimental.enabled",
|
|
0 commit comments