We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb887d7 commit ab4858cCopy full SHA for ab4858c
src/vs/base/parts/ipc/node/ipc.mp.ts
@@ -3,7 +3,7 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
-import { MessagePortMain, isUtilityProcess } from 'vs/base/parts/sandbox/node/electronTypes';
+import { MessagePortMain, isUtilityProcess, MessageEvent } from 'vs/base/parts/sandbox/node/electronTypes';
7
import { VSBuffer } from 'vs/base/common/buffer';
8
import { ClientConnectionEvent, IMessagePassingProtocol, IPCServer } from 'vs/base/parts/ipc/common/ipc';
9
import { Emitter, Event } from 'vs/base/common/event';
0 commit comments