From 2d42766a7118036dae4ca20f764f4909753a357d Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 29 Aug 2021 10:23:36 +0300 Subject: wip: refactor parameters in UI start --- helix-dap/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-dap') diff --git a/helix-dap/src/types.rs b/helix-dap/src/types.rs index d31b8023..7207f412 100644 --- a/helix-dap/src/types.rs +++ b/helix-dap/src/types.rs @@ -7,7 +7,7 @@ use std::{collections::HashMap, path::PathBuf}; pub struct DebugTemplate { pub name: String, pub request: String, - pub completion: Option>, + pub completion: Vec, pub args: HashMap, } -- cgit v1.2.3-70-g09d2