From 5d6eac5b2d2b0e41d652ccf9de8d2ed5df63f86b Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:06:26 +0100 Subject: [PATCH] =?UTF-8?q?SCM=20-=20=F0=9F=92=84=20remove=20unused=20serv?= =?UTF-8?q?ice=20(#200555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vs/workbench/contrib/scm/browser/scmViewPane.ts | 1 - 1 file changed, 1 deletion(-) 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);