Actually check and reinstall broken server

This commit is contained in:
Julia 2023-06-14 12:27:08 -04:00
parent bca625a197
commit 4d24eae901
3 changed files with 118 additions and 50 deletions

View file

@ -109,6 +109,10 @@ impl super::LspAdapter for CLspAdapter {
.await
.log_err()
}
fn installation_test_binary(&self, container_dir: PathBuf) -> LanguageServerBinary {
unimplemented!();
}
async fn label_for_completion(
&self,