Skip to content

Commit f335850

Browse files
committed
refactor(amazonq): update comments
1 parent 896067b commit f335850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
280280
this.sessionManager.clear()
281281
}
282282

283-
// TODO: comment this out for now as it's slow, will take ~200ms each trigger, need to investigate more
283+
// TODO: this line will take ~200ms each trigger, need to root cause and maybe better to disable it for now
284284
// tell the tutorial that completions has been triggered
285285
await this.inlineTutorialAnnotation.triggered(context.triggerKind)
286286

0 commit comments

Comments
 (0)