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 c104e80 commit 5bbe022Copy full SHA for 5bbe022
packages/amazonq/src/app/inline/completion.ts
@@ -241,7 +241,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
241
getLogger().debug(`Re-using suggestions that match user typed characters`)
242
return prevItemMatchingPrefix
243
}
244
- getLogger().debug(`Auto rejecting previous suggestion in session`)
+ getLogger().debug(`Auto rejecting suggestions from previous session`)
245
// if no such suggestions, report the previous suggestion as Reject
246
const params: LogInlineCompletionSessionResultsParams = {
247
sessionId: prevSessionId,
0 commit comments