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 d05316a commit 747d5caCopy full SHA for 747d5ca
packages/core/src/amazonq/lsp/lspController.ts
@@ -365,7 +365,7 @@ export class LspController {
365
// })
366
}
367
} catch (error) {
368
- //TODO: use telemetry.run()q
+ //TODO: use telemetry.run()
369
getLogger().error(`LspController: Failed to build index of project`)
370
telemetry.amazonq_indexWorkspace.emit({
371
duration: performance.now() - start,
0 commit comments