We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8043a commit 3a88ca8Copy full SHA for 3a88ca8
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -460,6 +460,9 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
460
if (this._container) {
461
this._container.appendChild(findWidget.getDomNode());
462
}
463
+ if (this._lastLayoutDimensions) {
464
+ findWidget.layout(this._lastLayoutDimensions.width);
465
+ }
466
return findWidget;
467
});
468
0 commit comments