|
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", |
|
10674 | 10719 | "command": "gitlens.graph.undoCommit", |
10675 | 10720 | "when": "false" |
10676 | 10721 | }, |
| 10722 | + { |
| 10723 | + "command": "gitlens.home.createPullRequest", |
| 10724 | + "when": "false" |
| 10725 | + }, |
| 10726 | + { |
| 10727 | + "command": "gitlens.home.fetch", |
| 10728 | + "when": "false" |
| 10729 | + }, |
| 10730 | + { |
| 10731 | + "command": "gitlens.home.openInGraph", |
| 10732 | + "when": "false" |
| 10733 | + }, |
| 10734 | + { |
| 10735 | + "command": "gitlens.home.openPullRequestChanges", |
| 10736 | + "when": "false" |
| 10737 | + }, |
| 10738 | + { |
| 10739 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 10740 | + "when": "false" |
| 10741 | + }, |
| 10742 | + { |
| 10743 | + "command": "gitlens.home.openWorktree", |
| 10744 | + "when": "false" |
| 10745 | + }, |
| 10746 | + { |
| 10747 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 10748 | + "when": "false" |
| 10749 | + }, |
| 10750 | + { |
| 10751 | + "command": "gitlens.home.pull", |
| 10752 | + "when": "false" |
| 10753 | + }, |
| 10754 | + { |
| 10755 | + "command": "gitlens.home.switchToBranch", |
| 10756 | + "when": "false" |
| 10757 | + }, |
10677 | 10758 | { |
10678 | 10759 | "command": "gitlens.inviteToLiveShare", |
10679 | 10760 | "when": "false" |
|
18340 | 18421 | "when": "webviewItem =~ /gitlens:graph:(columns|settings)\\b/", |
18341 | 18422 | "group": "3_columns@2" |
18342 | 18423 | }, |
| 18424 | + { |
| 18425 | + "command": "gitlens.home.openPullRequestChanges", |
| 18426 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestChanges\\b)/", |
| 18427 | + "group": "10_gitlens_action@1" |
| 18428 | + }, |
| 18429 | + { |
| 18430 | + "command": "gitlens.home.openPullRequestOnRemote", |
| 18431 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openPullRequestOnRemote\\b)/", |
| 18432 | + "group": "20_gitlens_action@1" |
| 18433 | + }, |
| 18434 | + { |
| 18435 | + "command": "gitlens.home.createPullRequest", |
| 18436 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.createPullRequest\\b)/", |
| 18437 | + "group": "30_gitlens_action@1" |
| 18438 | + }, |
| 18439 | + { |
| 18440 | + "command": "gitlens.home.openWorktree", |
| 18441 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktree\\b)/", |
| 18442 | + "group": "40_gitlens_action@1" |
| 18443 | + }, |
| 18444 | + { |
| 18445 | + "command": "gitlens.home.openWorktreeInNewWindow", |
| 18446 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openWorktreeInNewWindow\\b)/", |
| 18447 | + "group": "40_gitlens_action@1" |
| 18448 | + }, |
| 18449 | + { |
| 18450 | + "command": "gitlens.home.switchToBranch", |
| 18451 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.switchToBranch\\b)/", |
| 18452 | + "group": "50_gitlens_action@1" |
| 18453 | + }, |
| 18454 | + { |
| 18455 | + "command": "gitlens.home.fetch", |
| 18456 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.fetch\\b)/", |
| 18457 | + "group": "60_gitlens_action@1" |
| 18458 | + }, |
| 18459 | + { |
| 18460 | + "command": "gitlens.home.pull", |
| 18461 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.pull\\b)/", |
| 18462 | + "group": "60_gitlens_action@1" |
| 18463 | + }, |
| 18464 | + { |
| 18465 | + "command": "gitlens.home.openInGraph", |
| 18466 | + "when": "webviewItem =~ /gitlens:home\\b(?=.*?\\b\\+.*gitlens\\.home\\.openInGraph\\b)/", |
| 18467 | + "group": "80_gitlens_action@1" |
| 18468 | + }, |
18343 | 18469 | { |
18344 | 18470 | "command": "gitlens.graph.openPullRequestChanges", |
18345 | 18471 | "when": "webviewItem =~ /gitlens:pullrequest\\b(?=.*?\\b\\+refs\\b)/ && config.multiDiffEditor.experimental.enabled", |
|
0 commit comments