@@ -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 , IExtensionManagementService } from 'vs/platform/extensionManagement/common/extensionManagement' ;
65+ import { IExtensionGalleryService , 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' ;
@@ -83,7 +83,6 @@ import { DownloadServiceChannel } from 'vs/platform/download/node/downloadIpc';
8383import { LogLevelSetterChannel } from 'vs/platform/log/node/logIpc' ;
8484import { ExtensionManagementChannelClient } from 'vs/platform/extensionManagement/node/extensionManagementIpc' ;
8585import { ExtensionManagementServerService } from 'vs/workbench/services/extensions/node/extensionManagementServerService' ;
86- import { MultiExtensionManagementService } from 'vs/workbench/services/extensionManagement/node/multiExtensionManagement' ;
8786import { LocalizationsChannelClient } from 'vs/platform/localizations/node/localizationsIpc' ;
8887import { ProductService } from 'vs/platform/product/node/productService' ;
8988
@@ -356,7 +355,6 @@ export class Workbench extends Disposable implements IWorkbenchLayoutService {
356355 const extensionManagementChannel = getDelayedChannel ( sharedProcess . then ( c => c . getChannel ( 'extensions' ) ) ) ;
357356 const extensionManagementChannelClient = new ExtensionManagementChannelClient ( extensionManagementChannel ) ;
358357 serviceCollection . set ( IExtensionManagementServerService , new SyncDescriptor ( ExtensionManagementServerService , [ extensionManagementChannelClient ] ) ) ;
359- serviceCollection . set ( IExtensionManagementService , new SyncDescriptor ( MultiExtensionManagementService ) ) ;
360358
361359 // Localization
362360 const localizationsChannel = getDelayedChannel ( sharedProcess . then ( c => c . getChannel ( 'localizations' ) ) ) ;
0 commit comments