|
|
@ -6912,6 +6912,11 @@ |
|
|
|
"icon": "$(add)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.addReposFromLinked", |
|
|
|
"title": "Add Repositories from Linked Workspace...", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.info", |
|
|
|
"title": "Learn more about GitKraken Workspaces...", |
|
|
|
"category": "GitLens", |
|
|
@ -9503,6 +9508,10 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.addReposFromLinked", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.repo.locate", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -11176,6 +11185,11 @@ |
|
|
|
"group": "1_gitlens_actions@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.addReposFromLinked", |
|
|
|
"when": "viewItem =~ /gitlens:repositories\\b(?=.*?\\b\\+synced\\b)/", |
|
|
|
"group": "1_gitlens_actions@3" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.createLocal", |
|
|
|
"when": "viewItem =~ /gitlens:workspace\\b(?=.*?\\b\\+(cloud|local)\\b)(?!.*?\\b\\+empty\\b)/", |
|
|
|
"group": "2_gitlens_quickopen@3" |
|
|
|