mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
editor: add debug session config
This commit is contained in:
parent
c5b210df59
commit
f55a012fb7
3 changed files with 35 additions and 3 deletions
|
@ -58,6 +58,8 @@ pub struct LanguageConfiguration {
|
|||
pub(crate) indent_query: OnceCell<Option<IndentQuery>>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub debug_adapter: Option<DebugAdapterConfig>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub debug_configs: Option<Vec<HashMap<String, serde_json::Value>>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue