language: Fix rust-analyzer removing itself on download (#35971)
Release Notes: - N/A\
This commit is contained in:
parent
702a95ffb2
commit
a88c533ffc
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ impl LspAdapter for RustLspAdapter {
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
make_file_executable(&server_path).await?;
|
make_file_executable(&server_path).await?;
|
||||||
remove_matching(&container_dir, |path| server_path == path).await;
|
remove_matching(&container_dir, |path| server_path != path).await;
|
||||||
GithubBinaryMetadata::write_to_file(
|
GithubBinaryMetadata::write_to_file(
|
||||||
&GithubBinaryMetadata {
|
&GithubBinaryMetadata {
|
||||||
metadata_version: 1,
|
metadata_version: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue