Actually check and reinstall broken server
This commit is contained in:
parent
bca625a197
commit
4d24eae901
3 changed files with 118 additions and 50 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue