mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Use a more specific error message when talking about the server logs
This commit is contained in:
parent
a6b199c1a8
commit
11917cd270
@ -152,7 +152,9 @@ impl GlobalState {
|
||||
if self.fetch_build_data_error().is_err() {
|
||||
status.health |= lsp_ext::Health::Warning;
|
||||
message.push_str("Failed to run build scripts of some packages.\n\n");
|
||||
message.push_str("Please refer to the logs for more details on the errors.");
|
||||
message.push_str(
|
||||
"Please refer to the language server logs for more details on the errors.",
|
||||
);
|
||||
}
|
||||
if let Some(err) = &self.config_errors {
|
||||
status.health |= lsp_ext::Health::Warning;
|
||||
|
Loading…
x
Reference in New Issue
Block a user