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:
parent
9f24a5c577
commit
1e64dc9aeb
|
@ -638,7 +638,7 @@ impl Server {
|
||||||
self.send_work_done_notification(
|
self.send_work_done_notification(
|
||||||
connection,
|
connection,
|
||||||
lsp_types::WorkDoneProgress::Begin(lsp_types::WorkDoneProgressBegin {
|
lsp_types::WorkDoneProgress::Begin(lsp_types::WorkDoneProgressBegin {
|
||||||
title: "Compiling Aiken".into(),
|
title: "Compiling Aiken project".into(),
|
||||||
cancellable: Some(false),
|
cancellable: Some(false),
|
||||||
message: None,
|
message: None,
|
||||||
percentage: None,
|
percentage: None,
|
||||||
|
|
Loading…
Reference in New Issue