mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 22:08:04 -05:00
SCM - 💄 remove unused service (#200555)
This commit is contained in:
@@ -1424,7 +1424,6 @@ class RepositoryVisibilityActionController {
|
||||
constructor(
|
||||
@IContextKeyService private contextKeyService: IContextKeyService,
|
||||
@ISCMViewService private readonly scmViewService: ISCMViewService,
|
||||
@IConfigurationService configurationService: IConfigurationService,
|
||||
@ISCMService scmService: ISCMService
|
||||
) {
|
||||
this.repositoryCountContextKey = ContextKeys.RepositoryCount.bindTo(contextKeyService);
|
||||
|
||||
Reference in New Issue
Block a user