Tweak progress line title in LSP

Has somewhat always been bothering me that it says 'compiling Aiken', which means kind of nothing in this context.

Signed-off-by: KtorZ <matthias.benkort@gmail.com>
This commit is contained in:
KtorZ 2025-02-22 18:05:13 +01:00
parent 9f24a5c577
commit 1e64dc9aeb
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ impl Server {
self.send_work_done_notification(
connection,
lsp_types::WorkDoneProgress::Begin(lsp_types::WorkDoneProgressBegin {
title: "Compiling Aiken".into(),
title: "Compiling Aiken project".into(),
cancellable: Some(false),
message: None,
percentage: None,