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 896067b commit f335850Copy full SHA for f335850
packages/amazonq/src/app/inline/completion.ts
@@ -280,7 +280,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
280
this.sessionManager.clear()
281
}
282
283
- // TODO: comment this out for now as it's slow, will take ~200ms each trigger, need to investigate more
+ // TODO: this line will take ~200ms each trigger, need to root cause and maybe better to disable it for now
284
// tell the tutorial that completions has been triggered
285
await this.inlineTutorialAnnotation.triggered(context.triggerKind)
286
0 commit comments