aboutsummaryrefslogtreecommitdiff
path: root/helix-dap
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-23 14:26:12 +0000
committerDmitry Sharshakov2021-08-23 14:26:12 +0000
commitb6b99b248783583bdcc2439a78b503a31cbbcce8 (patch)
tree458daf7fcbfe09b6743d86dfed61744fe7e6c443 /helix-dap
parent839d2105739036decf045f6af85ce05152f514ef (diff)
config: minor fixes
Diffstat (limited to 'helix-dap')
-rw-r--r--helix-dap/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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<String>,