|
|
@ -5066,6 +5066,10 @@ |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.addAuthors", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.connectRemoteProvider", |
|
|
|
"when": "config.gitlens.integrations.enabled && gitlens:hasRichRemotes && !gitlens:hasConnectedRemotes" |
|
|
|
}, |
|
|
@ -5142,6 +5146,10 @@ |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:activeFileStatus =~ /remotes/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openFileFromRemote", |
|
|
|
"when": "gitlens:enabled" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openFileOnRemote", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && gitlens:activeFileStatus =~ /remotes/" |
|
|
|
}, |
|
|
|