mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 12:56:08 -05:00
Don't reset term panes after resize pane command
This commit is contained in:
@@ -98,6 +98,7 @@ class SplitPaneContainer {
|
||||
for (let i = 0; i < this._splitView.length - 1; i++) {
|
||||
this._splitView.resizeView(i, sizes[i]);
|
||||
}
|
||||
this._isManuallySized = true;
|
||||
}
|
||||
|
||||
private _addChild(size: number, instance: ITerminalInstance, index: number): void {
|
||||
|
||||
Reference in New Issue
Block a user