mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
isolate IMainProcessService and ISharedProcessService into common
related to #114418
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { ISharedProcessService } from 'vs/platform/ipc/electron-sandbox/sharedProcessService';
|
||||
import { ISharedProcessService } from 'vs/platform/ipc/common/services';
|
||||
import { Disposable } from 'vs/base/common/lifecycle';
|
||||
import { IChannel } from 'vs/base/parts/ipc/common/ipc';
|
||||
import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
|
||||
|
||||
Reference in New Issue
Block a user