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

Merge pull request #119385 from microsoft/merogge/fix

Fix terminal panel not being focused on first create after reload
......@@ -145,6 +145,7 @@ export class TerminalViewPane extends ViewPane {
// TODO@Tyriar - this call seems unnecessary
this.layoutBody(this._bodyDimensions.height, this._bodyDimensions.width);
}
this._terminalService.showPanel(true);
} else {
this._terminalService.getActiveTab()?.setVisible(false);
this._terminalService.terminalInstances.forEach(instance => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册