diff --git a/crates/extension_host/benches/extension_compilation_benchmark.rs b/crates/extension_host/benches/extension_compilation_benchmark.rs index 2837557528..24a77b0796 100644 --- a/crates/extension_host/benches/extension_compilation_benchmark.rs +++ b/crates/extension_host/benches/extension_compilation_benchmark.rs @@ -138,6 +138,7 @@ fn manifest() -> ExtensionManifest { command: "echo".into(), args: vec!["hello!".into()], }], + debug_adapters: Default::default(), } }