提交 639d7deb 编写于 作者: D Daniel Imms

Indicate onDidCloseTerminal API happens on dispose

Fixes #10925
上级 dbea7fb0
...@@ -3338,7 +3338,7 @@ declare namespace vscode { ...@@ -3338,7 +3338,7 @@ declare namespace vscode {
export const onDidChangeTextEditorViewColumn: Event<TextEditorViewColumnChangeEvent>; export const onDidChangeTextEditorViewColumn: Event<TextEditorViewColumnChangeEvent>;
/** /**
* An [event](#Event) which fires when a terminal closes. * An [event](#Event) which fires when a terminal is disposed.
*/ */
export const onDidCloseTerminal: Event<Terminal>; export const onDidCloseTerminal: Event<Terminal>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册