未验证 提交 74351e8f 编写于 作者: D Daniel Imms

Remove processBinary from localTerminalService

This is handled in LocalPty
上级 970b1480
......@@ -140,11 +140,6 @@ export class LocalTerminalService extends Disposable implements ILocalTerminalSe
return result;
}
// TODO: Move into LocalPty
public processBinary(id: number, data: string): void {
this._localPtyService.processBinary(id, data);
}
private _getWorkspaceId(): string {
return this._workspaceContextService.getWorkspace().id;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册