未验证 提交 c7955233 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #96206 from badsyntax/patch-1

Update vscode.d.ts - Fix code comment block for Pseudoterminal.onDidClose
......@@ -8173,6 +8173,7 @@ declare module 'vscode' {
* }
* };
* vscode.window.createTerminal({ name: 'Exit example', pty });
* ```
*/
onDidClose?: Event<void | number>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册