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 f2529aa commit 6e1e1b9Copy full SHA for 6e1e1b9
src/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.ts
@@ -803,7 +803,7 @@ export class InlineCompletionsModel extends Disposable {
803
return true;
804
}
805
806
- if (this._inAcceptFlow.read(reader) && this._appearedInsideViewport.read(reader)) {
+ if (this._inAcceptFlow.read(reader) && this._appearedInsideViewport.read(reader) && !s.inlineCompletion.displayLocation?.jumpToEdit) {
807
return false;
808
809
0 commit comments