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

Ensure ext host is told about first active terminal

Fixes #53107
上级 9769d31a
......@@ -39,6 +39,10 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
this._onTerminalOpened(t);
t.processReady.then(() => this._onTerminalProcessIdReady(t));
});
const activeInstance = this.terminalService.getActiveInstance();
if (activeInstance) {
this._proxy.$acceptActiveTerminalChanged(activeInstance.id);
}
}
public dispose(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册