提交 141877e7 编写于 作者: D Daniel Imms

Update xterm

Removed Terminal.send (private API).
上级 24465045
......@@ -692,7 +692,7 @@ declare module 'vscode-xterm' {
translateBufferLineToString(lineIndex: number, trimRight: boolean): string;
};
send(text: string): void;
handler(text: string): void;
/**
* Emit an event on the terminal.
......
......@@ -207,7 +207,7 @@ class WindowDriver implements IWindowDriver {
return TPromise.wrapError(new Error('Xterm not found'));
}
xterm._core.send(text);
xterm._core.handler(text);
return TPromise.as(null);
}
......
......@@ -6125,9 +6125,9 @@ vscode-textmate@^4.0.1:
dependencies:
oniguruma "^7.0.0"
vscode-xterm@3.6.0-beta13:
version "3.6.0-beta13"
resolved "https://registry.yarnpkg.com/vscode-xterm/-/vscode-xterm-3.6.0-beta13.tgz#88c511041beb9f84fa63ed52fec074c5ccaff296"
vscode-xterm@3.7.0-beta1:
version "3.7.0-beta1"
resolved "https://registry.yarnpkg.com/vscode-xterm/-/vscode-xterm-3.7.0-beta1.tgz#c1af64a25ff2f157daecce2326277c1e51acb80d"
vso-node-api@^6.1.2-preview:
version "6.1.2-preview"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册