|
6868 | 6868 | "icon": "$(discard)",
|
6869 | 6869 | "enablement": "!operationInProgress"
|
6870 | 6870 | },
|
| 6871 | + { |
| 6872 | + "command": "gitlens.home.createPullRequest", |
| 6873 | + "title": "Create Pull Request...", |
| 6874 | + "icon": "$(git-pull-request-create)" |
| 6875 | + }, |
| 6876 | + { |
| 6877 | + "command": "gitlens.home.fetch", |
| 6878 | + "title": "Fetch", |
| 6879 | + "icon": "$(gl-repo-fetch)" |
| 6880 | + }, |
| 6881 | + { |
| 6882 | + "command": "gitlens.home.openInGraph", |
| 6883 | + "title": "Open in Commit Graph", |
| 6884 | + "icon": "$(gl-graph)" |
| 6885 | + }, |
| 6886 | + { |
| 6887 | + "command": "gitlens.home.openPullRequestChanges", |
| 6888 | + "title": "Open Pull Request Changes", |
| 6889 | + "icon": "$(request-changes)" |
| 6890 | + }, |
| 6891 | + { |
| 6892 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 6893 | + "title": "Open Pull Request on Remote", |
| 6894 | + "icon": "$(globe)" |
| 6895 | + }, |
| 6896 | + { |
| 6897 | + "command": "gitlens.home.openWorktree", |
| 6898 | + "title": "Open Worktree", |
| 6899 | + "icon": "$(browser)" |
| 6900 | + }, |
| 6901 | + { |
| 6902 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 6903 | + "title": "Open Worktree in New Window", |
| 6904 | + "icon": "$(empty-window)" |
| 6905 | + }, |
| 6906 | + { |
| 6907 | + "command": "gitlens.home.pull", |
| 6908 | + "title": "Pull", |
| 6909 | + "icon": "$(gl-repo-pull)" |
| 6910 | + }, |
| 6911 | + { |
| 6912 | + "command": "gitlens.home.switchToBranch", |
| 6913 | + "title": "Switch to Branch...", |
| 6914 | + "icon": "$(gl-switch)" |
| 6915 | + }, |
6871 | 6916 | {
|
6872 | 6917 | "command": "gitlens.inviteToLiveShare",
|
6873 | 6918 | "title": "Invite to Live Share",
|
|
10781 | 10826 | "command": "gitlens.graph.undoCommit",
|
10782 | 10827 | "when": "false"
|
10783 | 10828 | },
|
| 10829 | + { |
| 10830 | + "command": "gitlens.home.createPullRequest", |
| 10831 | + "when": "false" |
| 10832 | + }, |
| 10833 | + { |
| 10834 | + "command": "gitlens.home.fetch", |
| 10835 | + "when": "false" |
| 10836 | + }, |
| 10837 | + { |
| 10838 | + "command": "gitlens.home.openInGraph", |
| 10839 | + "when": "false" |
| 10840 | + }, |
| 10841 | + { |
| 10842 | + "command": "gitlens.home.openPullRequestChanges", |
| 10843 | + "when": "false" |
| 10844 | + }, |
| 10845 | + { |
| 10846 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 10847 | + "when": "false" |
| 10848 | + }, |
| 10849 | + { |
| 10850 | + "command": "gitlens.home.openWorktree", |
| 10851 | + "when": "false" |
| 10852 | + }, |
| 10853 | + { |
| 10854 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 10855 | + "when": "false" |
| 10856 | + }, |
| 10857 | + { |
| 10858 | + "command": "gitlens.home.pull", |
| 10859 | + "when": "false" |
| 10860 | + }, |
| 10861 | + { |
| 10862 | + "command": "gitlens.home.switchToBranch", |
| 10863 | + "when": "false" |
| 10864 | + }, |
10784 | 10865 | {
|
10785 | 10866 | "command": "gitlens.inviteToLiveShare",
|
10786 | 10867 | "when": "false"
|
|
18692 | 18773 | "when": "webviewItem =~ /gitlens:graph:(columns|settings)\\b/",
|
18693 | 18774 | "group": "3_columns@2"
|
18694 | 18775 | },
|
| 18776 | + { |
| 18777 | + "command": "gitlens.home.openPullRequestChanges", |
| 18778 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestChanges\\b)/", |
| 18779 | + "group": "10_gitlens_action@1" |
| 18780 | + }, |
| 18781 | + { |
| 18782 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 18783 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestOnRemote\\b)/", |
| 18784 | + "group": "20_gitlens_action@1" |
| 18785 | + }, |
| 18786 | + { |
| 18787 | + "command": "gitlens.home.createPullRequest", |
| 18788 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.createPullRequest\\b)/", |
| 18789 | + "group": "30_gitlens_action@1" |
| 18790 | + }, |
| 18791 | + { |
| 18792 | + "command": "gitlens.home.openWorktree", |
| 18793 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktree\\b)/", |
| 18794 | + "group": "40_gitlens_action@1" |
| 18795 | + }, |
| 18796 | + { |
| 18797 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 18798 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktreeInNewWindow\\b)/", |
| 18799 | + "group": "40_gitlens_action@1" |
| 18800 | + }, |
| 18801 | + { |
| 18802 | + "command": "gitlens.home.switchToBranch", |
| 18803 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.switchToBranch\\b)/", |
| 18804 | + "group": "50_gitlens_action@1" |
| 18805 | + }, |
| 18806 | + { |
| 18807 | + "command": "gitlens.home.fetch", |
| 18808 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.fetch\\b)/", |
| 18809 | + "group": "60_gitlens_action@1" |
| 18810 | + }, |
| 18811 | + { |
| 18812 | + "command": "gitlens.home.pull", |
| 18813 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.pull\\b)/", |
| 18814 | + "group": "60_gitlens_action@1" |
| 18815 | + }, |
| 18816 | + { |
| 18817 | + "command": "gitlens.home.openInGraph", |
| 18818 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openInGraph\\b)/", |
| 18819 | + "group": "80_gitlens_action@1" |
| 18820 | + }, |
18695 | 18821 | {
|
18696 | 18822 | "command": "gitlens.graph.openPullRequestChanges",
|
18697 | 18823 | "when": "webviewItem =~ /gitlens:pullrequest\\b(?=.*?\\b\\+refs\\b)/ && config.multiDiffEditor.experimental.enabled",
|
|
0 commit comments