mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
fix #122038
This commit is contained in:
@@ -155,7 +155,7 @@ export class TerminalTabbedView extends Disposable {
|
||||
if (this._splitView.length === 1) {
|
||||
this._addTabTree();
|
||||
this._addSashListener();
|
||||
this._splitView.resizeView(this._tabTreeIndex, DEFAULT_TABS_WIDGET_WIDTH);
|
||||
this._splitView.resizeView(this._tabTreeIndex, this._getLastWidgetWidth());
|
||||
}
|
||||
} else {
|
||||
if (this._splitView.length === 2) {
|
||||
|
||||
Reference in New Issue
Block a user