|
|
@ -6894,6 +6894,12 @@ |
|
|
|
"icon": "$(refresh)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.addRepos", |
|
|
|
"title": "Add Repositories...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(add)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.convert", |
|
|
|
"title": "Convert to Cloud Workspace...", |
|
|
|
"category": "GitLens", |
|
|
@ -6912,18 +6918,6 @@ |
|
|
|
"icon": "$(trash)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.addRepos", |
|
|
|
"title": "Add Repositories...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(add)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.locateRepo", |
|
|
|
"title": "Locate Repository...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(location)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.locateAllRepos", |
|
|
|
"title": "Locate Repositories...", |
|
|
|
"category": "GitLens", |
|
|
@ -6936,25 +6930,31 @@ |
|
|
|
"icon": "$(empty-window)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoNewWindow", |
|
|
|
"title": "Open Repository in New Window", |
|
|
|
"command": "gitlens.views.workspaces.repo.locate", |
|
|
|
"title": "Locate Repository...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(empty-window)" |
|
|
|
"icon": "$(location)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoCurrentWindow", |
|
|
|
"command": "gitlens.views.workspaces.repo.open", |
|
|
|
"title": "Open Repository", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(window)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoWorkspace", |
|
|
|
"command": "gitlens.views.workspaces.repo.openInNewWindow", |
|
|
|
"title": "Open Repository in New Window", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(empty-window)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.repo.addToWindow", |
|
|
|
"title": "Add Repository to VS Code Workspace", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.removeRepo", |
|
|
|
"title": "Remove from Cloud Workspace...", |
|
|
|
"command": "gitlens.views.workspaces.repo.remove", |
|
|
|
"title": "Remove from Workspace...", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(trash)" |
|
|
|
}, |
|
|
@ -9457,7 +9457,7 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.locateRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.locate", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -9469,19 +9469,19 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoNewWindow", |
|
|
|
"command": "gitlens.views.workspaces.repo.openInNewWindow", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoCurrentWindow", |
|
|
|
"command": "gitlens.views.workspaces.repo.open", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoWorkspace", |
|
|
|
"command": "gitlens.views.workspaces.repo.addToWindow", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.removeRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.remove", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -11836,38 +11836,38 @@ |
|
|
|
"group": "3_gitlens_explore@10" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.locateRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.locate", |
|
|
|
"when": "viewItem =~ /gitlens:workspaceMissingRepository\\b/", |
|
|
|
"group": "inline@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.locateRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.locate", |
|
|
|
"when": "viewItem =~ /gitlens:workspaceMissingRepository\\b/", |
|
|
|
"group": "1_gitlens_actions@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.removeRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.remove", |
|
|
|
"when": "viewItem =~ /gitlens:workspaceMissingRepository\\b/", |
|
|
|
"group": "6_gitlens_actions@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoNewWindow", |
|
|
|
"command": "gitlens.views.workspaces.repo.openInNewWindow", |
|
|
|
"when": "viewItem =~ /gitlens:repository\\b(?=.*?\\b\\+workspace\\b)/", |
|
|
|
"group": "inline@100", |
|
|
|
"alt": "gitlens.views.workspaces.openRepoCurrentWindow" |
|
|
|
"alt": "gitlens.views.workspaces.repo.open" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoCurrentWindow", |
|
|
|
"command": "gitlens.views.workspaces.repo.open", |
|
|
|
"when": "viewItem =~ /gitlens:repository\\b(?=.*?\\b\\+workspace\\b)/", |
|
|
|
"group": "0_1gitlens_actions@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoNewWindow", |
|
|
|
"command": "gitlens.views.workspaces.repo.openInNewWindow", |
|
|
|
"when": "viewItem =~ /gitlens:repository\\b(?=.*?\\b\\+workspace\\b)/", |
|
|
|
"group": "0_1gitlens_actions@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.openRepoWorkspace", |
|
|
|
"command": "gitlens.views.workspaces.repo.addToWindow", |
|
|
|
"when": "viewItem =~ /gitlens:repository\\b(?=.*?\\b\\+workspace\\b)/", |
|
|
|
"group": "0_1gitlens_actions@3" |
|
|
|
}, |
|
|
@ -11877,12 +11877,12 @@ |
|
|
|
"group": "0_2gitlens_actions@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.locateRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.locate", |
|
|
|
"when": "viewItem =~ /gitlens:repository\\b(?=.*?\\b\\+workspace\\b)(?!.*?\\b\\+local\\b)/", |
|
|
|
"group": "0_2gitlens_actions@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.workspaces.removeRepo", |
|
|
|
"command": "gitlens.views.workspaces.repo.remove", |
|
|
|
"when": "viewItem =~ /gitlens:repository\\b(?=.*?\\b\\+workspace\\b)(?!.*?\\b\\+local\\b)/", |
|
|
|
"group": "0_3gitlens_actions@1" |
|
|
|
}, |
|
|
|