Git - extract close repository management into its own class (#184752)

This commit is contained in:
Ladislau Szomoru
2023-06-09 23:54:38 +02:00
committed by GitHub
parent d81ca6dfca
commit 12533c5490
3 changed files with 45 additions and 86 deletions

View File

@@ -88,7 +88,7 @@
"command": "git.reopenClosedRepositories",
"title": "%command.reopenClosedRepositories%",
"category": "Git",
"enablement": "!operationInProgress && git.ClosedRepositoryCount != 0"
"enablement": "!operationInProgress && git.closedRepositoryCount != 0"
},
{
"command": "git.close",