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 1b26f0c commit bef8ee9Copy full SHA for bef8ee9
packages/core/src/amazonq/lsp/lspController.ts
@@ -229,7 +229,7 @@ export class LspController {
229
getLogger().info(`LspController: LSP already installed`)
230
return true
231
}
232
- status = vscode.window.setStatusBarMessage('LspController: Installing LSP ...')
+ status = vscode.window.setStatusBarMessage('Language server downloading ...')
233
// clean up previous downloaded LSP
234
const qserverPath = context.asAbsolutePath(path.join('resources', 'qserver'))
235
if (await fs.exists(qserverPath)) {
0 commit comments