|
|
@ -86,10 +86,11 @@ |
|
|
|
"onCommand:gitlens.showWelcomeView", |
|
|
|
"onCommand:gitlens.closeUpdatesView", |
|
|
|
"onCommand:gitlens.closeWelcomeView", |
|
|
|
"onCommand:gitlens.compareWith", |
|
|
|
"onCommand:gitlens.compareHeadWith", |
|
|
|
"onCommand:gitlens.compareWorkingWith", |
|
|
|
"onCommand:gitlens.diffDirectory", |
|
|
|
"onCommand:gitlens.diffDirectoryWithHead", |
|
|
|
"onCommand:gitlens.diffHeadWith", |
|
|
|
"onCommand:gitlens.diffWorkingWith", |
|
|
|
"onCommand:gitlens.diffWithNext", |
|
|
|
"onCommand:gitlens.diffWithNextInDiffLeft", |
|
|
|
"onCommand:gitlens.diffWithNextInDiffRight", |
|
|
@ -2622,23 +2623,31 @@ |
|
|
|
"icon": "$(close)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffDirectory", |
|
|
|
"title": "Open Directory Compare (difftool) with...", |
|
|
|
"category": "GitLens" |
|
|
|
"command": "gitlens.compareWith", |
|
|
|
"title": "Compare References...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(compare-changes)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffDirectoryWithHead", |
|
|
|
"title": "Open Directory Compare (difftool)", |
|
|
|
"category": "GitLens" |
|
|
|
"command": "gitlens.compareHeadWith", |
|
|
|
"title": "Compare HEAD with...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(compare-changes)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffHeadWith", |
|
|
|
"title": "Compare HEAD with...", |
|
|
|
"command": "gitlens.compareWorkingWith", |
|
|
|
"title": "Compare Working Tree with...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(compare-changes)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffDirectory", |
|
|
|
"title": "Open Directory Compare (difftool) with...", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWorkingWith", |
|
|
|
"title": "Compare Working Tree with...", |
|
|
|
"command": "gitlens.diffDirectoryWithHead", |
|
|
|
"title": "Open Directory Compare (difftool)", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -4446,19 +4455,23 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffDirectory", |
|
|
|
"command": "gitlens.compareWith", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffDirectoryWithHead", |
|
|
|
"command": "gitlens.compareHeadWith", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffHeadWith", |
|
|
|
"command": "gitlens.compareWorkingWith", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWorkingWith", |
|
|
|
"command": "gitlens.diffDirectory", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffDirectoryWithHead", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|