extension_host: fix missing debug adapters (#31069)

Missed because of lack of rebase

Release Notes:

- N/A
This commit is contained in:
Ben Brandt
2025-05-21 09:01:18 +00:00
committed by GitHub
parent 4ece4a635f
commit 0023b37bfc
+1
View File
@@ -803,6 +803,7 @@ mod tests {
command: "echo".into(),
args: vec!["hello!".into()],
}],
debug_adapters: Vec::new(),
}
}
}