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 82ec631 commit b65e01eCopy full SHA for b65e01e
packages/amazonq/src/app/inline/completion.ts
@@ -253,9 +253,6 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
253
)
254
ImportAdderProvider.instance.onShowRecommendation(document, position.line, item)
255
}
256
- // exposed only for testing
257
- vsCodeState.isRecommendationsActive = false
258
-
259
return items as InlineCompletionItem[]
260
} catch {
261
return []
0 commit comments