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 1defb4e commit c2c1df3Copy full SHA for c2c1df3
src/codewhisperer/service/inlineCompletionService.ts
@@ -440,9 +440,6 @@ export class InlineCompletionService {
440
}
441
442
async showRecommendation(indexShift: number, isFirstRecommendation: boolean = false) {
443
- if (vscode.window.activeTextEditor) {
444
- vscode.window.showTextDocument(vscode.window.activeTextEditor.document)
445
- }
446
this.inlineCompletionProvider = new CWInlineCompletionItemProvider(
447
this.inlineCompletionProvider?.getActiveItemIndex,
448
indexShift
0 commit comments