Skip to content

Commit 3864790

Browse files
committed
Explain what handleInput is doing
1 parent 27a0f27 commit 3864790

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,9 @@ class WindowsPtyHeuristics extends Disposable {
663663
}
664664
}
665665

666+
/**
667+
* Attempt to adjust the command start marker when input is handled for the first time.
668+
*/
666669
handleInput() {
667670
const currentY = this._terminal.buffer.active.baseY + this._terminal.buffer.active.cursorY;
668671

0 commit comments

Comments
 (0)