Setup C adapter with test binary
This commit is contained in:
parent
4d24eae901
commit
f81ccbd652
5 changed files with 40 additions and 24 deletions
|
@ -368,7 +368,7 @@ impl Copilot {
|
|||
};
|
||||
let binaries = LanguageServerBinaries {
|
||||
binary: binary.clone(),
|
||||
installation_test_binary: binary,
|
||||
installation_test_binary: Some(binary),
|
||||
};
|
||||
let server = LanguageServer::new(
|
||||
LanguageServerId(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue