Detect LSP startup failure
This commit is contained in:
parent
0a8d67c4ca
commit
ec0409a3d1
3 changed files with 351 additions and 291 deletions
|
@ -167,6 +167,7 @@ impl LanguageServer {
|
|||
if let Some(name) = binary_path.file_name() {
|
||||
server.name = name.to_string_lossy().to_string();
|
||||
}
|
||||
|
||||
Ok(server)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue