Temporarily disable workDone

Blows up on gopls because we don't handle receiving window/workDoneProgress/create method calls
pull/221/head
Blaž Hrastnik 3 years ago committed by GitHub
parent 098806ce2a
commit a8a5bcd13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save