Skip to content

Commit b65e01e

Browse files
committed
fix
1 parent 82ec631 commit b65e01e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
253253
)
254254
ImportAdderProvider.instance.onShowRecommendation(document, position.line, item)
255255
}
256-
// exposed only for testing
257-
vsCodeState.isRecommendationsActive = false
258-
259256
return items as InlineCompletionItem[]
260257
} catch {
261258
return []

0 commit comments

Comments
 (0)