Skip to content

Commit 0023b37

Browse files
authored
extension_host: fix missing debug adapters (#31069)
Missed because of lack of rebase Release Notes: - N/A
1 parent 4ece4a6 commit 0023b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/extension_host/src/wasm_host.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ mod tests {
803803
command: "echo".into(),
804804
args: vec!["hello!".into()],
805805
}],
806+
debug_adapters: Vec::new(),
806807
}
807808
}
808809
}

0 commit comments

Comments
 (0)