diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index 8dd161d8..4b74aa7a 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -458,8 +458,7 @@ where unit: String::from(" "), }), indent_query: OnceCell::new(), - debug_adapter: None, - debug_configs: None, + debugger: None, }], });