From 2dbf966293c7a92bd5eb6062c7033a20a207609f Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 3 Dec 2021 11:59:44 +0900 Subject: dap: Start working on runInTerminal support --- helix-core/src/syntax.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core/src') diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index f136ecd0..f1c399d2 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -114,6 +114,7 @@ pub enum DebugConfigCompletion { pub enum DebugArgumentValue { String(String), Array(Vec), + Boolean(bool), } #[derive(Debug, PartialEq, Clone, Deserialize, Serialize)] -- cgit v1.2.3-70-g09d2