Don't force a tab refresh when doing a terminal tabs layout

Fixes #133635
This commit is contained in:
Daniel Imms 2021-11-22 06:25:22 -08:00
parent 74e7864370
commit 0dce4690e8

View file

@ -318,7 +318,6 @@ export class TerminalTabbedView extends Disposable {
if (this._shouldShowTabs()) {
this._splitView.resizeView(this._tabTreeIndex, this._getLastListWidth());
}
this._rerenderTabs();
}
private _updateTheme(theme?: IColorTheme): void {