Skip to content

Commit

Permalink
Update terminal dropdown after hidden tabs are removed
Browse files Browse the repository at this point in the history
Fixes #77415
  • Loading branch information
Tyriar committed Jul 24, 2019
1 parent cfe465c commit 6961752
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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));
}

Expand Down

0 comments on commit 6961752

Please sign in to comment.