diff --git a/src/vs/workbench/contrib/scm/browser/scmViewPane.ts b/src/vs/workbench/contrib/scm/browser/scmViewPane.ts index 7551a251013..e998b2069e5 100644 --- a/src/vs/workbench/contrib/scm/browser/scmViewPane.ts +++ b/src/vs/workbench/contrib/scm/browser/scmViewPane.ts @@ -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);