Skip to content

Commit a86579d

Browse files
committed
config: disable inline tutorial since it's taking ~250ms for all users no matter it's shown or not
1 parent 6c7f040 commit a86579d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)