move ipc services back to e-sandbox

related to #114418
This commit is contained in:
João Moreno
2021-02-11 16:30:13 +01:00
parent b2e68d70b8
commit ea048b8771
45 changed files with 44 additions and 44 deletions

View File

@@ -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/common/services';
import { ISharedProcessService } from 'vs/platform/ipc/electron-sandbox/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';