mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01:00
fixes #112281
This commit is contained in:
@@ -232,6 +232,7 @@ export class Repl extends ViewPane implements IHistoryNavigationWidget {
|
||||
this.replInput.setModel(this.model);
|
||||
this.updateInputDecoration();
|
||||
this.refreshReplElements(true);
|
||||
this.layoutBody(this.dimension.height, this.dimension.width);
|
||||
}
|
||||
}));
|
||||
this._register(this.configurationService.onDidChangeConfiguration(e => {
|
||||
|
||||
Reference in New Issue
Block a user