Skip to content

Commit 49474d9

Browse files
meganroggeCopilot
andauthored
Update src/vs/workbench/contrib/terminal/browser/chatTerminalCommandMirror.ts
Co-authored-by: Copilot <[email protected]>
1 parent ab19871 commit 49474d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/contrib/terminal/browser/chatTerminalCommandMirror.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ export class DetachedTerminalCommandMirror extends Disposable implements IDetach
188188
this._lastVT = vt.text;
189189
this._lineCount = vt.lineCount;
190190

191-
const xterm = await this._terminalInstance.xtermReadyPromise;
192-
const sourceRaw = xterm?.raw;
193191
if (sourceRaw) {
194192
this._sourceRaw = sourceRaw;
195193
this._lastUpToDateCursorY = this._getAbsoluteCursorY(sourceRaw);

0 commit comments

Comments
 (0)