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 8f71426 commit d600336Copy full SHA for d600336
packages/amazonq/src/app/inline/completion.ts
@@ -300,12 +300,6 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
300
options: JSON.stringify(getAllRecommendationsOptions),
301
})
302
303
- // prevent concurrent API calls and write to shared state variables
304
- if (vsCodeState.isRecommendationsActive) {
305
- getLogger().info('Recommendations already active, returning empty')
306
- return []
307
- }
308
-
309
if (vsCodeState.isCodeWhispererEditing) {
310
getLogger().info('Q is editing, returning empty')
311
return []
0 commit comments