mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
lldb: use stdio transport by default
This commit is contained in:
parent
507a1f8dd6
commit
413e477dc2
3 changed files with 10 additions and 11 deletions
|
@ -98,6 +98,7 @@ pub struct DebugAdapterConfig {
|
|||
pub name: String,
|
||||
pub transport: String,
|
||||
pub command: String,
|
||||
#[serde(default)]
|
||||
pub args: Vec<String>,
|
||||
pub port_arg: Option<String>,
|
||||
pub templates: Vec<DebugTemplate>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue