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 11:01:18 +02:00 committed by GitHub
parent 4ece4a635f
commit 0023b37bfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -803,6 +803,7 @@ mod tests {
command: "echo".into(),
args: vec!["hello!".into()],
}],
debug_adapters: Vec::new(),
}
}
}