aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-09-06 10:49:31 +0000
committerDmitry Sharshakov2021-09-06 10:49:31 +0000
commit413e477dc2d4792596f99979140d2879ec3d4f4f (patch)
tree08635bffdf5ef85ab2f9cae177216a96ae9543bf /helix-core
parent507a1f8dd6a7f88b979a09532a14a10eda72867b (diff)
lldb: use stdio transport by default
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/syntax.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs
index cabfe083..bbee921b 100644
--- a/helix-core/src/syntax.rs
+++ b/helix-core/src/syntax.rs
@@ -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>,