Skip to content

Commit bef8ee9

Browse files
author
tomzu
committed
update status message
1 parent 1b26f0c commit bef8ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/lsp/lspController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export class LspController {
229229
getLogger().info(`LspController: LSP already installed`)
230230
return true
231231
}
232-
status = vscode.window.setStatusBarMessage('LspController: Installing LSP ...')
232+
status = vscode.window.setStatusBarMessage('Language server downloading ...')
233233
// clean up previous downloaded LSP
234234
const qserverPath = context.asAbsolutePath(path.join('resources', 'qserver'))
235235
if (await fs.exists(qserverPath)) {

0 commit comments

Comments
 (0)