extension_host: fix missing debug adapters (#31069)
Missed because of lack of rebase Release Notes: - N/A
This commit is contained in:
parent
4ece4a635f
commit
0023b37bfc
1 changed files with 1 additions and 0 deletions
|
@ -803,6 +803,7 @@ mod tests {
|
|||
command: "echo".into(),
|
||||
args: vec!["hello!".into()],
|
||||
}],
|
||||
debug_adapters: Vec::new(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue