mirror of https://github.com/helix-editor/helix
Temporarily disable workDone
Blows up on gopls because we don't handle receiving window/workDoneProgress/create method callspull/221/head
parent
098806ce2a
commit
a8a5bcd13d
|
@ -229,7 +229,8 @@ impl Client {
|
|||
..Default::default()
|
||||
}),
|
||||
window: Some(lsp::WindowClientCapabilities {
|
||||
work_done_progress: Some(true),
|
||||
// TODO: temporarily disabled until we implement handling for window/workDoneProgress/create
|
||||
// work_done_progress: Some(true),
|
||||
..Default::default()
|
||||
}),
|
||||
..Default::default()
|
||||
|
|
Loading…
Reference in New Issue