From a1be61949de8c675c41cfd57d28a6da3d2c4f0cc Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 20 May 2025 12:24:10 +0200 Subject: [PATCH] chore: Fix broken CI (#31003) Closes #ISSUE Release Notes: - N/A --- crates/extension_host/benches/extension_compilation_benchmark.rs | 1 + 1 file changed, 1 insertion(+) 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(), } }