Git - fix reopen closed repositories action visibility issue (#205851)

This commit is contained in:
Ladislau Szomoru 2024-02-21 12:20:59 +01:00 committed by GitHub
parent a7ac7083e5
commit 414f2cd189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1462,7 +1462,7 @@
{
"command": "git.reopenClosedRepositories",
"group": "navigation@1",
"when": "scmProvider == git && git.closedRepositoryCount > 0"
"when": "git.closedRepositoryCount > 0"
}
],
"scm/sourceControl": [