aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/src
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-12-03 02:59:44 +0000
committerBlaž Hrastnik2021-12-03 02:59:44 +0000
commit2dbf966293c7a92bd5eb6062c7033a20a207609f (patch)
treef0cbf36d0e69085ad0be083406d4ff0f0fca7c80 /helix-dap/src
parent0d73a4d23abf7b14321ec4db39a272372f923ad3 (diff)
dap: Start working on runInTerminal support
Diffstat (limited to 'helix-dap/src')
-rw-r--r--helix-dap/src/client.rs2
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),