Setup C adapter with test binary

This commit is contained in:
Julia 2023-06-15 12:03:11 -04:00
parent 4d24eae901
commit f81ccbd652
5 changed files with 40 additions and 24 deletions

View file

@ -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),