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.
2 parents b47aa7f + 9f42cb0 commit 2f44f6bCopy full SHA for 2f44f6b
packages/amazonq/src/app/inline/completion.ts
@@ -391,6 +391,9 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
391
}
392
this.languageClient.sendNotification(this.logSessionResultMessageName, params)
393
this.sessionManager.clear()
394
+ // Do not make auto trigger if user rejects a suggestion
395
+ // by typing characters that does not match
396
+ return []
397
398
399
// tell the tutorial that completions has been triggered
0 commit comments