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 da3a13a commit 4786944Copy full SHA for 4786944
src/vs/platform/terminal/common/capabilities/commandDetection/promptInputModel.ts
@@ -146,6 +146,7 @@ export class PromptInputModel extends Disposable implements IPromptInputModel {
146
}
147
148
this._cursorIndex = -1;
149
+ this._ghostTextIndex = -1;
150
const event = this._createStateObject();
151
if (this._lastUserInput !== '\u0003') {
152
this._onDidInterrupt.fire(event);
0 commit comments