From f55a012fb744b258ac84ac0302cb0b87f7d35173 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 23 Aug 2021 16:56:41 +0300 Subject: editor: add debug session config --- helix-core/src/syntax.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-core/src/syntax.rs') diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index f3272cff..cfe5f5a1 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -58,6 +58,8 @@ pub struct LanguageConfiguration { pub(crate) indent_query: OnceCell>, #[serde(skip_serializing_if = "Option::is_none")] pub debug_adapter: Option, + #[serde(skip_serializing_if = "Option::is_none")] + pub debug_configs: Option>>, } #[derive(Debug, Serialize, Deserialize)] -- cgit v1.2.3-70-g09d2