|
@ -2531,6 +2531,12 @@ |
|
|
"category": "GitLens" |
|
|
"category": "GitLens" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.closeWelcomeView", |
|
|
|
|
|
"title": "Close", |
|
|
|
|
|
"category": "GitLens", |
|
|
|
|
|
"icon": "$(close)" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.diffDirectory", |
|
|
"command": "gitlens.diffDirectory", |
|
|
"title": "Directory Compare Working Tree with...", |
|
|
"title": "Directory Compare Working Tree with...", |
|
|
"category": "GitLens" |
|
|
"category": "GitLens" |
|
@ -4328,6 +4334,10 @@ |
|
|
"when": "gitlens:enabled" |
|
|
"when": "gitlens:enabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.closeWelcomeView", |
|
|
|
|
|
"when": "false" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.diffDirectory", |
|
|
"command": "gitlens.diffDirectory", |
|
|
"when": "gitlens:enabled" |
|
|
"when": "gitlens:enabled" |
|
|
}, |
|
|
}, |
|
@ -5802,6 +5812,11 @@ |
|
|
], |
|
|
], |
|
|
"view/title": [ |
|
|
"view/title": [ |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.closeWelcomeView", |
|
|
|
|
|
"when": "view == gitlens.views.welcome", |
|
|
|
|
|
"group": "navigation@1" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.pushRepositories", |
|
|
"command": "gitlens.pushRepositories", |
|
|
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories|commits)/", |
|
|
"when": "gitlens:hasRemotes && !gitlens:readonly && view =~ /^gitlens\\.views\\.(repositories|commits)/", |
|
|
"group": "navigation@1" |
|
|
"group": "navigation@1" |
|
|