From 0023b37bfc2a6da4e315df57671d10511ab26794 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Wed, 21 May 2025 11:01:18 +0200 Subject: [PATCH] extension_host: fix missing debug adapters (#31069) Missed because of lack of rebase Release Notes: - N/A --- crates/extension_host/src/wasm_host.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/extension_host/src/wasm_host.rs b/crates/extension_host/src/wasm_host.rs index 1aafd15092f89276c235f7dc834570c2f20c05d4..4a9dcdc40796ceada4e3e8cbcb7c089d7fa08897 100644 --- a/crates/extension_host/src/wasm_host.rs +++ b/crates/extension_host/src/wasm_host.rs @@ -803,6 +803,7 @@ mod tests { command: "echo".into(), args: vec!["hello!".into()], }], + debug_adapters: Vec::new(), } } }