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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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