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 083796c commit 49c3d21Copy full SHA for 49c3d21
packages/amazonq/src/app/inline/completion.ts
@@ -196,7 +196,6 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
196
context: InlineCompletionContext,
197
token: CancellationToken
198
): Promise<InlineCompletionItem[]> {
199
- console.log(`_provideInlineCompletionItems`)
200
// prevent concurrent API calls and write to shared state variables
201
if (vsCodeState.isRecommendationsActive) {
202
return []
0 commit comments