config: minor fixes

This commit is contained in:
Dmitry Sharshakov 2021-08-23 17:26:12 +03:00
parent 839d210573
commit b6b99b2487
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473
4 changed files with 5 additions and 6 deletions

View file

@ -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>>>,
}