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 d160611 commit e83cbdbCopy full SHA for e83cbdb
packages/amazonq/src/app/inline/completion.ts
@@ -249,7 +249,9 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
249
}
250
251
if (!session || !items.length || !editor) {
252
- getLogger().info('Failed to produce inline suggestion results.')
+ getLogger().debug(
253
+ `Failed to produce inline suggestion results. Recieved ${items.length} items from service`
254
+ )
255
return []
256
257
0 commit comments