From b6b99b248783583bdcc2439a78b503a31cbbcce8 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 23 Aug 2021 17:26:12 +0300 Subject: config: minor fixes --- helix-dap/src/types.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-dap') diff --git a/helix-dap/src/types.rs b/helix-dap/src/types.rs index a31bc1d1..fde3cd80 100644 --- a/helix-dap/src/types.rs +++ b/helix-dap/src/types.rs @@ -5,6 +5,7 @@ use std::path::PathBuf; #[derive(Debug, PartialEq, Clone, Deserialize, Serialize)] #[serde(rename_all = "kebab-case")] pub struct DebugAdapterConfig { + pub name: String, pub transport: String, pub command: String, pub args: Vec, -- cgit v1.2.3-70-g09d2