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 4783049 + 9f42cb0 commit a2245a1Copy full SHA for a2245a1
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