|
86 | 86 | "onCommand:gitlens.showWelcomeView", |
87 | 87 | "onCommand:gitlens.closeUpdatesView", |
88 | 88 | "onCommand:gitlens.closeWelcomeView", |
| 89 | + "onCommand:gitlens.compareWith", |
| 90 | + "onCommand:gitlens.compareHeadWith", |
| 91 | + "onCommand:gitlens.compareWorkingWith", |
89 | 92 | "onCommand:gitlens.diffDirectory", |
90 | 93 | "onCommand:gitlens.diffDirectoryWithHead", |
91 | | - "onCommand:gitlens.diffHeadWith", |
92 | | - "onCommand:gitlens.diffWorkingWith", |
93 | 94 | "onCommand:gitlens.diffWithNext", |
94 | 95 | "onCommand:gitlens.diffWithNextInDiffLeft", |
95 | 96 | "onCommand:gitlens.diffWithNextInDiffRight", |
|
2622 | 2623 | "icon": "$(close)" |
2623 | 2624 | }, |
2624 | 2625 | { |
2625 | | - "command": "gitlens.diffDirectory", |
2626 | | - "title": "Open Directory Compare (difftool) with...", |
2627 | | - "category": "GitLens" |
| 2626 | + "command": "gitlens.compareWith", |
| 2627 | + "title": "Compare References...", |
| 2628 | + "category": "GitLens", |
| 2629 | + "icon": "$(compare-changes)" |
2628 | 2630 | }, |
2629 | 2631 | { |
2630 | | - "command": "gitlens.diffDirectoryWithHead", |
2631 | | - "title": "Open Directory Compare (difftool)", |
2632 | | - "category": "GitLens" |
| 2632 | + "command": "gitlens.compareHeadWith", |
| 2633 | + "title": "Compare HEAD with...", |
| 2634 | + "category": "GitLens", |
| 2635 | + "icon": "$(compare-changes)" |
2633 | 2636 | }, |
2634 | 2637 | { |
2635 | | - "command": "gitlens.diffHeadWith", |
2636 | | - "title": "Compare HEAD with...", |
| 2638 | + "command": "gitlens.compareWorkingWith", |
| 2639 | + "title": "Compare Working Tree with...", |
| 2640 | + "category": "GitLens", |
| 2641 | + "icon": "$(compare-changes)" |
| 2642 | + }, |
| 2643 | + { |
| 2644 | + "command": "gitlens.diffDirectory", |
| 2645 | + "title": "Open Directory Compare (difftool) with...", |
2637 | 2646 | "category": "GitLens" |
2638 | 2647 | }, |
2639 | 2648 | { |
2640 | | - "command": "gitlens.diffWorkingWith", |
2641 | | - "title": "Compare Working Tree with...", |
| 2649 | + "command": "gitlens.diffDirectoryWithHead", |
| 2650 | + "title": "Open Directory Compare (difftool)", |
2642 | 2651 | "category": "GitLens" |
2643 | 2652 | }, |
2644 | 2653 | { |
|
4446 | 4455 | "when": "false" |
4447 | 4456 | }, |
4448 | 4457 | { |
4449 | | - "command": "gitlens.diffDirectory", |
| 4458 | + "command": "gitlens.compareWith", |
4450 | 4459 | "when": "gitlens:enabled" |
4451 | 4460 | }, |
4452 | 4461 | { |
4453 | | - "command": "gitlens.diffDirectoryWithHead", |
| 4462 | + "command": "gitlens.compareHeadWith", |
4454 | 4463 | "when": "gitlens:enabled" |
4455 | 4464 | }, |
4456 | 4465 | { |
4457 | | - "command": "gitlens.diffHeadWith", |
| 4466 | + "command": "gitlens.compareWorkingWith", |
4458 | 4467 | "when": "gitlens:enabled" |
4459 | 4468 | }, |
4460 | 4469 | { |
4461 | | - "command": "gitlens.diffWorkingWith", |
| 4470 | + "command": "gitlens.diffDirectory", |
| 4471 | + "when": "gitlens:enabled" |
| 4472 | + }, |
| 4473 | + { |
| 4474 | + "command": "gitlens.diffDirectoryWithHead", |
4462 | 4475 | "when": "gitlens:enabled" |
4463 | 4476 | }, |
4464 | 4477 | { |
|
0 commit comments