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 f322796 commit e4feefbCopy full SHA for e4feefb
packages/amazonq/src/app/inline/completion.ts
@@ -300,7 +300,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
300
}
301
// re-use previous suggestions as long as new typed prefix matches
302
if (prevItemMatchingPrefix.length > 0) {
303
- logstr += `- not calling LSP and reuse previous suggestions that match user typed characters
+ logstr += `- not call LSP and reuse previous suggestions that match user typed characters
304
- duration between trigger to completion suggestion is displayed ${performance.now() - t0}`
305
return prevItemMatchingPrefix
306
0 commit comments