diff options
Diffstat (limited to 'helix-lsp')
-rw-r--r-- | helix-lsp/src/client.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-lsp/src/client.rs b/helix-lsp/src/client.rs index fde9b018..070f90d1 100644 --- a/helix-lsp/src/client.rs +++ b/helix-lsp/src/client.rs @@ -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() |