Surpress more rust-analyzer error logs (#42299)
Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
@@ -263,7 +263,7 @@ impl LspInstaller for TyLspAdapter {
|
||||
})
|
||||
.await
|
||||
.inspect_err(|err| {
|
||||
log::warn!("Unable to run {server_path:?} asset, redownloading: {err}",)
|
||||
log::warn!("Unable to run {server_path:?} asset, redownloading: {err:#}",)
|
||||
})
|
||||
};
|
||||
if let (Some(actual_digest), Some(expected_digest)) =
|
||||
@@ -2176,7 +2176,7 @@ impl LspInstaller for RuffLspAdapter {
|
||||
})
|
||||
.await
|
||||
.inspect_err(|err| {
|
||||
log::warn!("Unable to run {server_path:?} asset, redownloading: {err}",)
|
||||
log::warn!("Unable to run {server_path:?} asset, redownloading: {err:#}",)
|
||||
})
|
||||
};
|
||||
if let (Some(actual_digest), Some(expected_digest)) =
|
||||
|
||||
Reference in New Issue
Block a user