mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix #192812
This commit is contained in:
+1
@@ -52,6 +52,7 @@ export class TerminalAccessibleBufferProvider extends DisposableStore implements
|
||||
}
|
||||
this._xterm.raw.onWriteParsed(async () => {
|
||||
if (this._xterm!.raw.buffer.active.baseY === 0) {
|
||||
this._bufferTracker.update();
|
||||
this._accessibleViewService.show(this);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user