From 413e477dc2d4792596f99979140d2879ec3d4f4f Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 6 Sep 2021 13:49:31 +0300 Subject: lldb: use stdio transport by default --- helix-core/src/syntax.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src') 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, pub port_arg: Option, pub templates: Vec, -- cgit v1.2.3-70-g09d2