crates/extension_host/src/wasm_host.rs 🔗
@@ -803,6 +803,7 @@ mod tests {
command: "echo".into(),
args: vec!["hello!".into()],
}],
+ debug_adapters: Vec::new(),
}
}
}
Ben Brandt created
Missed because of lack of rebase
Release Notes:
- N/A
crates/extension_host/src/wasm_host.rs | 1 +
1 file changed, 1 insertion(+)
@@ -803,6 +803,7 @@ mod tests {
command: "echo".into(),
args: vec!["hello!".into()],
}],
+ debug_adapters: Vec::new(),
}
}
}