mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Switch from removing all directories in the container dir to removing the non-version dir
This commit is contained in:
parent
0ae298a86f
commit
dcaa355ad2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ impl LspAdapter for JsonLspAdapter {
|
|||
)
|
||||
.await?;
|
||||
|
||||
remove_matching(&container_dir, |entry| entry != server_path).await;
|
||||
remove_matching(&container_dir, |entry| entry != version_dir).await;
|
||||
}
|
||||
|
||||
Ok(LanguageServerBinary {
|
||||
|
|
Loading…
Reference in a new issue