lldb: use stdio transport by default

This commit is contained in:
Dmitry Sharshakov 2021-09-06 13:49:31 +03:00
parent 507a1f8dd6
commit 413e477dc2
3 changed files with 10 additions and 11 deletions

View file

@ -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>,