diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index a2b8a4e30..23faffd26 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -428,8 +428,8 @@ impl Client { supports_variable_paging: Some(false), supports_run_in_terminal_request: Some(false), supports_memory_references: Some(false), - supports_progress_reporting: Some(true), - supports_invalidated_event: Some(true), + supports_progress_reporting: Some(false), + supports_invalidated_event: Some(false), }; let response = self