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 27a0f27 commit 3864790Copy full SHA for 3864790
src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
@@ -663,6 +663,9 @@ class WindowsPtyHeuristics extends Disposable {
663
}
664
665
666
+ /**
667
+ * Attempt to adjust the command start marker when input is handled for the first time.
668
+ */
669
handleInput() {
670
const currentY = this._terminal.buffer.active.baseY + this._terminal.buffer.active.cursorY;
671
0 commit comments