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

Merge pull request #92100 from jheiv/master

Focus terminal after 'Terminal:Clear' command palette action
......@@ -967,6 +967,7 @@ export class ClearTerminalAction extends Action {
const terminalInstance = this.terminalService.getActiveInstance();
if (terminalInstance) {
terminalInstance.clear();
terminalInstance.focus();
}
return Promise.resolve(undefined);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册