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 ba0436d commit 1b15b4dCopy full SHA for 1b15b4d
packages/core/src/amazonq/lsp/lspClient.ts
@@ -225,7 +225,6 @@ export async function activate(extensionContext: ExtensionContext) {
225
}),
226
vscode.window.onDidChangeActiveTextEditor((editor) => {
227
if (savedDocument && editor && editor.document.uri.fsPath !== savedDocument.fsPath) {
228
- console.log('onDidChangeActiveTextEditor', savedDocument.fsPath)
229
void LspClient.instance.updateIndex([savedDocument.fsPath], 'update')
230
}
231
0 commit comments