mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Temporarily disable workDone
Blows up on gopls because we don't handle receiving window/workDoneProgress/create method calls
This commit is contained in:
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
Block a user