mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
config: minor fixes
This commit is contained in:
parent
839d210573
commit
b6b99b2487
4 changed files with 5 additions and 6 deletions
|
@ -58,6 +58,7 @@ pub struct LanguageConfiguration {
|
|||
pub(crate) indent_query: OnceCell<Option<IndentQuery>>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub debug_adapter: Option<DebugAdapterConfig>,
|
||||
// TODO: names for those
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub debug_configs: Option<Vec<HashMap<String, serde_json::Value>>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue