Temporarily disable workDone

Blows up on gopls because we don't handle receiving window/workDoneProgress/create method calls
This commit is contained in:
Blaž Hrastnik 2021-06-11 13:30:21 +09:00 committed by GitHub
parent 098806ce2a
commit a8a5bcd13d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()