提交 a90b43c2 编写于 作者: D Daniel Imms

Fix Terminal.show preserveFocus parameter

Fixes #11325
上级 b1174ea3
......@@ -69,7 +69,6 @@ export class TerminalService implements ITerminalService {
return this.show(false).then((terminalPanel) => {
this.activeTerminalIndex = index;
terminalPanel.setActiveTerminal(this.activeTerminalIndex);
terminalPanel.focus();
this._onActiveInstanceChanged.fire();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册