mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
dap: Start working on runInTerminal support
This commit is contained in:
parent
0d73a4d23a
commit
2dbf966293
5 changed files with 157 additions and 131 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue