Skip to content

Commit 5bbe022

Browse files
committed
update
1 parent c104e80 commit 5bbe022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/app/inline/completion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
241241
getLogger().debug(`Re-using suggestions that match user typed characters`)
242242
return prevItemMatchingPrefix
243243
}
244-
getLogger().debug(`Auto rejecting previous suggestion in session`)
244+
getLogger().debug(`Auto rejecting suggestions from previous session`)
245245
// if no such suggestions, report the previous suggestion as Reject
246246
const params: LogInlineCompletionSessionResultsParams = {
247247
sessionId: prevSessionId,

0 commit comments

Comments
 (0)