File tree Expand file tree Collapse file tree
src/vs/workbench/services/extensionManagement/electron-browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
1414import { NativeRemoteExtensionManagementService } from 'vs/workbench/services/extensionManagement/electron-sandbox/remoteExtensionManagementService' ;
1515import { ILabelService } from 'vs/platform/label/common/label' ;
1616import { IExtension } from 'vs/platform/extensions/common/extensions' ;
17- import { IExtensionGalleryService } from 'vs/platform/extensionManagement/common/extensionManagement' ;
1817import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation' ;
1918
2019export class ExtensionManagementServerService implements IExtensionManagementServerService {
@@ -30,7 +29,6 @@ export class ExtensionManagementServerService implements IExtensionManagementSer
3029 @ISharedProcessService sharedProcessService : ISharedProcessService ,
3130 @IRemoteAgentService remoteAgentService : IRemoteAgentService ,
3231 @ILabelService labelService : ILabelService ,
33- @IExtensionGalleryService galleryService : IExtensionGalleryService ,
3432 @IInstantiationService instantiationService : IInstantiationService ,
3533 ) {
3634 const localExtensionManagementService = new ExtensionManagementChannelClient ( sharedProcessService . getChannel ( 'extensions' ) ) ;
You can’t perform that action at this time.
0 commit comments