提交 4713b130 编写于 作者: D Daniel Imms

Register ptyservice in localptyservice

上级 dc4fa487
......@@ -97,7 +97,7 @@ export class LocalPtyService extends Disposable implements IPtyService {
// }));
// Create proxy and forward events
const proxy = new PtyService(this._logService);
const proxy = this._register(new PtyService(this._logService));
// const proxy = ProxyChannel.toService<IPtyService>(client.getChannel(TerminalIpcChannels.PtyHost));
this._register(proxy.onProcessData(e => this._onProcessData.fire(e)));
this._register(proxy.onProcessExit(e => this._onProcessExit.fire(e)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册