@@ -62,7 +62,7 @@ import { ILabelService } from 'vs/platform/label/common/label';
6262import { LabelService } from 'vs/workbench/services/label/common/labelService' ;
6363import { ITelemetryServiceConfig , TelemetryService } from 'vs/platform/telemetry/common/telemetryService' ;
6464import { combinedAppender , LogAppender , NullTelemetryService } from 'vs/platform/telemetry/common/telemetryUtils' ;
65- import { IExtensionGalleryService , IExtensionManagementServerService } from 'vs/platform/extensionManagement/common/extensionManagement' ;
65+ import { IExtensionManagementServerService } from 'vs/platform/extensionManagement/common/extensionManagement' ;
6666import { IRemoteAuthorityResolverService } from 'vs/platform/remote/common/remoteAuthorityResolver' ;
6767import { ILocalizationsService } from 'vs/platform/localizations/common/localizations' ;
6868import { IProductService } from 'vs/platform/product/common/product' ;
@@ -77,7 +77,6 @@ import { DialogChannel } from 'vs/platform/dialogs/node/dialogIpc';
7777import { TelemetryAppenderClient } from 'vs/platform/telemetry/node/telemetryIpc' ;
7878import { resolveWorkbenchCommonProperties } from 'vs/platform/telemetry/node/workbenchCommonProperties' ;
7979import { IRequestService } from 'vs/platform/request/node/request' ;
80- import { ExtensionGalleryService } from 'vs/platform/extensionManagement/node/extensionGalleryService' ;
8180import { IRemoteAgentService } from 'vs/workbench/services/remote/node/remoteAgentService' ;
8281import { DownloadServiceChannel } from 'vs/platform/download/node/downloadIpc' ;
8382import { LogLevelSetterChannel } from 'vs/platform/log/node/logIpc' ;
@@ -342,9 +341,6 @@ export class Workbench extends Disposable implements IWorkbenchLayoutService {
342341 // Request Service
343342 serviceCollection . set ( IRequestService , new SyncDescriptor ( RequestService , undefined , true ) ) ;
344343
345- // Extension Gallery
346- serviceCollection . set ( IExtensionGalleryService , new SyncDescriptor ( ExtensionGalleryService , undefined , true ) ) ;
347-
348344 // Remote Resolver
349345 serviceCollection . set ( IRemoteAuthorityResolverService , new SyncDescriptor ( RemoteAuthorityResolverService , undefined , true ) ) ;
350346
0 commit comments