File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/amazonq/src/app/inline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
319319 this . sessionManager . clear ( )
320320 }
321321
322- // TODO: this line will take ~200ms each trigger, need to root cause and maybe better to disable it for now
322+ // TODO: this line will take ~200ms each trigger, need to root cause and re-enable once it's fixed
323323 // tell the tutorial that completions has been triggered
324- await this . inlineTutorialAnnotation . triggered ( context . triggerKind )
324+ // await this.inlineTutorialAnnotation.triggered(context.triggerKind)
325325
326326 TelemetryHelper . instance . setInvokeSuggestionStartTime ( )
327327 TelemetryHelper . instance . setTriggerType ( context . triggerKind )
You can’t perform that action at this time.
0 commit comments