We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b199c commit 11917cdCopy full SHA for 11917cd
crates/rust-analyzer/src/reload.rs
@@ -152,7 +152,9 @@ impl GlobalState {
152
if self.fetch_build_data_error().is_err() {
153
status.health |= lsp_ext::Health::Warning;
154
message.push_str("Failed to run build scripts of some packages.\n\n");
155
- message.push_str("Please refer to the logs for more details on the errors.");
+ message.push_str(
156
+ "Please refer to the language server logs for more details on the errors.",
157
+ );
158
}
159
if let Some(err) = &self.config_errors {
160
0 commit comments