mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git - make close other repositories command available in the command palette (#200925)
This commit is contained in:
@@ -835,7 +835,7 @@
|
||||
},
|
||||
{
|
||||
"command": "git.closeOtherRepositories",
|
||||
"when": "false"
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount > 1"
|
||||
},
|
||||
{
|
||||
"command": "git.refresh",
|
||||
|
||||
Reference in New Issue
Block a user