From 94901b867796459f8dc3c1479eb896547877d769 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sat, 28 Aug 2021 19:11:19 +0300 Subject: Customized completion for template parameters --- 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 03f22e4d..d31b8023 100644 --- a/helix-dap/src/types.rs +++ b/helix-dap/src/types.rs @@ -7,6 +7,7 @@ use std::{collections::HashMap, path::PathBuf}; pub struct DebugTemplate { pub name: String, pub request: String, + pub completion: Option>, pub args: HashMap, } -- cgit v1.2.3-70-g09d2