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
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,8 @@ impl Client {
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
window: Some(lsp::WindowClientCapabilities {
|
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()
|
||||||
}),
|
}),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|
Loading…
Reference in a new issue