Skip to content

Commit 2c6a99b

Browse files
committed
test
1 parent 1c2686f commit 2c6a99b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
302302

303303
// prevent concurrent API calls and write to shared state variables
304304
if (vsCodeState.isRecommendationsActive) {
305-
getLogger().info('Recommendations already active, returning empty')
306-
return []
305+
getLogger().info('Recommendations active')
306+
// return []
307307
}
308308

309309
if (vsCodeState.isCodeWhispererEditing) {

0 commit comments

Comments
 (0)