diff options
author | Blaž Hrastnik | 2021-12-03 02:59:44 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-03 02:59:44 +0000 |
commit | 2dbf966293c7a92bd5eb6062c7033a20a207609f (patch) | |
tree | f0cbf36d0e69085ad0be083406d4ff0f0fca7c80 /helix-dap | |
parent | 0d73a4d23abf7b14321ec4db39a272372f923ad3 (diff) |
dap: Start working on runInTerminal support
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index 427db18c..d83f25a6 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -244,7 +244,7 @@ impl Client { path_format: Some("path".to_owned()), supports_variable_type: Some(true), supports_variable_paging: Some(false), - supports_run_in_terminal_request: Some(false), + supports_run_in_terminal_request: Some(true), supports_memory_references: Some(false), supports_progress_reporting: Some(false), supports_invalidated_event: Some(false), |