mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Git - extract close repository management into its own class (#184752)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user