Fix errors resulting from rebase

This commit is contained in:
Isaac Clayton 2022-07-07 18:14:16 +02:00
parent a16fc2ba0c
commit 5cb59dfdab
6 changed files with 140 additions and 3103 deletions

View file

@ -541,7 +541,7 @@ async fn fetch_latest_server_binary_path(
.broadcast((language.clone(), LanguageServerBinaryStatus::Downloading))
.await?;
let path = adapter
.fetch_server_binary(version_info, http_client, container_dir.clone())
.fetch_server_binary(version_info, http_client, container_dir.to_path_buf())
.await?;
lsp_binary_statuses_tx
.broadcast((language.clone(), LanguageServerBinaryStatus::Downloaded))