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

Merge pull request #77896 from microsoft/tyriar/77415

Update terminal dropdown after hidden tabs are removed
......@@ -749,6 +749,7 @@ export class SwitchTerminalActionViewItem extends SelectActionViewItem {
this._register(terminalService.onInstancesChanged(this._updateItems, this));
this._register(terminalService.onActiveTabChanged(this._updateItems, this));
this._register(terminalService.onInstanceTitleChanged(this._updateItems, this));
this._register(terminalService.onTabDisposed(this._updateItems, this));
this._register(attachSelectBoxStyler(this.selectBox, themeService));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册