mirror of https://github.com/helix-editor/helix
Reenable `work_done_progress` capability
parent
612511dc98
commit
d095ec15d4
|
@ -243,8 +243,7 @@ impl Client {
|
|||
..Default::default()
|
||||
}),
|
||||
window: Some(lsp::WindowClientCapabilities {
|
||||
// TODO: temporarily disabled until we implement handling for window/workDoneProgress/create
|
||||
// work_done_progress: Some(true),
|
||||
work_done_progress: Some(true),
|
||||
..Default::default()
|
||||
}),
|
||||
..Default::default()
|
||||
|
|
Loading…
Reference in New Issue