|
1716 | 1716 | "command": "gitlens.diffLineWithWorking", |
1717 | 1717 | "when": "gitlens:activeIsBlameable" |
1718 | 1718 | }, |
| 1719 | + { |
| 1720 | + "command": "gitlens.externalDiff", |
| 1721 | + "when": "gitlens:enabled" |
| 1722 | + }, |
1719 | 1723 | { |
1720 | 1724 | "command": "gitlens.externalDiffAll", |
1721 | 1725 | "when": "gitlens:enabled" |
|
1760 | 1764 | "command": "gitlens.showLastQuickPick", |
1761 | 1765 | "when": "gitlens:enabled" |
1762 | 1766 | }, |
| 1767 | + { |
| 1768 | + "command": "gitlens.showCommitSearch", |
| 1769 | + "when": "gitlens:enabled" |
| 1770 | + }, |
1763 | 1771 | { |
1764 | 1772 | "command": "gitlens.showQuickCommitDetails", |
1765 | 1773 | "when": "gitlens:activeIsBlameable" |
|
1836 | 1844 | "command": "gitlens.stashApply", |
1837 | 1845 | "when": "gitlens:enabled" |
1838 | 1846 | }, |
| 1847 | + { |
| 1848 | + "command": "gitlens.stashDelete", |
| 1849 | + "when": "false" |
| 1850 | + }, |
1839 | 1851 | { |
1840 | 1852 | "command": "gitlens.stashSave", |
1841 | 1853 | "when": "gitlens:enabled" |
|
2002 | 2014 | }, |
2003 | 2015 | { |
2004 | 2016 | "command": "gitlens.gitExplorer.switchToHistoryView", |
2005 | | - "when": "gitlens:gitExplorer:view == repository" |
| 2017 | + "when": "gitlens:enabled && gitlens:gitExplorer:view == repository" |
2006 | 2018 | }, |
2007 | 2019 | { |
2008 | 2020 | "command": "gitlens.gitExplorer.switchToRepositoryView", |
2009 | | - "when": "gitlens:gitExplorer:view == history" |
| 2021 | + "when": "gitlens:enabled && gitlens:gitExplorer:view == history" |
2010 | 2022 | }, |
2011 | 2023 | { |
2012 | 2024 | "command": "gitlens.resultsExplorer.clearResultsNode", |
|
3278 | 3290 | { |
3279 | 3291 | "id": "gitlens.gitExplorer", |
3280 | 3292 | "name": "GitLens", |
3281 | | - "when": "gitlens:enabled && gitlens:gitExplorer && gitlens:hasRepository && config.gitlens.gitExplorer.enabled" |
| 3293 | + "when": "gitlens:enabled && gitlens:gitExplorer && config.gitlens.gitExplorer.enabled" |
3282 | 3294 | }, |
3283 | 3295 | { |
3284 | 3296 | "id": "gitlens.resultsExplorer", |
|
0 commit comments