提交 9cab59b3 编写于 作者: D Daniel Imms

Document Terminal.onData API

Fixes #48516
上级 0f78eb2d
......@@ -430,6 +430,11 @@ declare module 'vscode' {
//#region Terminal
export interface Terminal {
/**
* Fires when the terminal's pty slave pseudo-device is written to. In other words, this is
* provides access to the raw data stream from the process running within the terminal,
* including ANSI sequences.
*/
onData: Event<string>;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册