Git - make close other repositories command available in the command palette (#200925)

This commit is contained in:
Ladislau Szomoru
2023-12-15 08:34:24 +01:00
committed by GitHub
parent 37fe2d06d6
commit 371a1579f2

View File

@@ -835,7 +835,7 @@
},
{
"command": "git.closeOtherRepositories",
"when": "false"
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount > 1"
},
{
"command": "git.refresh",