|
6880 | 6880 | "icon": "$(discard)",
|
6881 | 6881 | "enablement": "!operationInProgress"
|
6882 | 6882 | },
|
| 6883 | + { |
| 6884 | + "command": "gitlens.home.createPullRequest", |
| 6885 | + "title": "Create Pull Request...", |
| 6886 | + "icon": "$(git-pull-request-create)" |
| 6887 | + }, |
| 6888 | + { |
| 6889 | + "command": "gitlens.home.fetch", |
| 6890 | + "title": "Fetch", |
| 6891 | + "icon": "$(gl-repo-fetch)" |
| 6892 | + }, |
| 6893 | + { |
| 6894 | + "command": "gitlens.home.openInGraph", |
| 6895 | + "title": "Open in Commit Graph", |
| 6896 | + "icon": "$(gl-graph)" |
| 6897 | + }, |
| 6898 | + { |
| 6899 | + "command": "gitlens.home.openPullRequestChanges", |
| 6900 | + "title": "Open Pull Request Changes", |
| 6901 | + "icon": "$(request-changes)" |
| 6902 | + }, |
| 6903 | + { |
| 6904 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 6905 | + "title": "Open Pull Request on Remote", |
| 6906 | + "icon": "$(globe)" |
| 6907 | + }, |
| 6908 | + { |
| 6909 | + "command": "gitlens.home.openWorktree", |
| 6910 | + "title": "Open Worktree", |
| 6911 | + "icon": "$(browser)" |
| 6912 | + }, |
| 6913 | + { |
| 6914 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 6915 | + "title": "Open Worktree in New Window", |
| 6916 | + "icon": "$(empty-window)" |
| 6917 | + }, |
| 6918 | + { |
| 6919 | + "command": "gitlens.home.pull", |
| 6920 | + "title": "Pull", |
| 6921 | + "icon": "$(gl-repo-pull)" |
| 6922 | + }, |
| 6923 | + { |
| 6924 | + "command": "gitlens.home.switchToBranch", |
| 6925 | + "title": "Switch to Branch...", |
| 6926 | + "icon": "$(gl-switch)" |
| 6927 | + }, |
6883 | 6928 | {
|
6884 | 6929 | "command": "gitlens.inviteToLiveShare",
|
6885 | 6930 | "title": "Invite to Live Share",
|
|
10793 | 10838 | "command": "gitlens.graph.undoCommit",
|
10794 | 10839 | "when": "false"
|
10795 | 10840 | },
|
| 10841 | + { |
| 10842 | + "command": "gitlens.home.createPullRequest", |
| 10843 | + "when": "false" |
| 10844 | + }, |
| 10845 | + { |
| 10846 | + "command": "gitlens.home.fetch", |
| 10847 | + "when": "false" |
| 10848 | + }, |
| 10849 | + { |
| 10850 | + "command": "gitlens.home.openInGraph", |
| 10851 | + "when": "false" |
| 10852 | + }, |
| 10853 | + { |
| 10854 | + "command": "gitlens.home.openPullRequestChanges", |
| 10855 | + "when": "false" |
| 10856 | + }, |
| 10857 | + { |
| 10858 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 10859 | + "when": "false" |
| 10860 | + }, |
| 10861 | + { |
| 10862 | + "command": "gitlens.home.openWorktree", |
| 10863 | + "when": "false" |
| 10864 | + }, |
| 10865 | + { |
| 10866 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 10867 | + "when": "false" |
| 10868 | + }, |
| 10869 | + { |
| 10870 | + "command": "gitlens.home.pull", |
| 10871 | + "when": "false" |
| 10872 | + }, |
| 10873 | + { |
| 10874 | + "command": "gitlens.home.switchToBranch", |
| 10875 | + "when": "false" |
| 10876 | + }, |
10796 | 10877 | {
|
10797 | 10878 | "command": "gitlens.inviteToLiveShare",
|
10798 | 10879 | "when": "false"
|
|
18736 | 18817 | "when": "webviewItem =~ /gitlens:graph:(columns|settings)\\b/",
|
18737 | 18818 | "group": "3_columns@2"
|
18738 | 18819 | },
|
| 18820 | + { |
| 18821 | + "command": "gitlens.home.openPullRequestChanges", |
| 18822 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestChanges\\b)/", |
| 18823 | + "group": "10_gitlens_action@1" |
| 18824 | + }, |
| 18825 | + { |
| 18826 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 18827 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestOnRemote\\b)/", |
| 18828 | + "group": "20_gitlens_action@1" |
| 18829 | + }, |
| 18830 | + { |
| 18831 | + "command": "gitlens.home.createPullRequest", |
| 18832 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.createPullRequest\\b)/", |
| 18833 | + "group": "30_gitlens_action@1" |
| 18834 | + }, |
| 18835 | + { |
| 18836 | + "command": "gitlens.home.openWorktree", |
| 18837 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktree\\b)/", |
| 18838 | + "group": "40_gitlens_action@1" |
| 18839 | + }, |
| 18840 | + { |
| 18841 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 18842 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktreeInNewWindow\\b)/", |
| 18843 | + "group": "40_gitlens_action@1" |
| 18844 | + }, |
| 18845 | + { |
| 18846 | + "command": "gitlens.home.switchToBranch", |
| 18847 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.switchToBranch\\b)/", |
| 18848 | + "group": "50_gitlens_action@1" |
| 18849 | + }, |
| 18850 | + { |
| 18851 | + "command": "gitlens.home.fetch", |
| 18852 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.fetch\\b)/", |
| 18853 | + "group": "60_gitlens_action@1" |
| 18854 | + }, |
| 18855 | + { |
| 18856 | + "command": "gitlens.home.pull", |
| 18857 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.pull\\b)/", |
| 18858 | + "group": "60_gitlens_action@1" |
| 18859 | + }, |
| 18860 | + { |
| 18861 | + "command": "gitlens.home.openInGraph", |
| 18862 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openInGraph\\b)/", |
| 18863 | + "group": "80_gitlens_action@1" |
| 18864 | + }, |
18739 | 18865 | {
|
18740 | 18866 | "command": "gitlens.graph.openPullRequestChanges",
|
18741 | 18867 | "when": "webviewItem =~ /gitlens:pullrequest\\b(?=.*?\\b\\+refs\\b)/ && config.multiDiffEditor.experimental.enabled",
|
|
0 commit comments