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 a86579d commit 7fc4042Copy full SHA for 7fc4042
packages/amazonq/src/app/inline/completion.ts
@@ -204,6 +204,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
204
private readonly languageClient: LanguageClient,
205
private readonly recommendationService: RecommendationService,
206
private readonly sessionManager: SessionManager,
207
+ // eslint-disable-next-line no-unused-vars
208
private readonly inlineTutorialAnnotation: InlineTutorialAnnotation,
209
private readonly documentEventListener: DocumentEventListener
210
) {}
0 commit comments