Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/rust-analyzer/src/main_loop.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/main_loop.rs b/crates/rust-analyzer/src/main_loop.rs
index fef0d09731..5823eb283e 100644
--- a/crates/rust-analyzer/src/main_loop.rs
+++ b/crates/rust-analyzer/src/main_loop.rs
@@ -408,6 +408,9 @@ impl GlobalState {
.iter()
.for_each(|flycheck| flycheck.restart_workspace(None));
}
+ if !cancelled {
+ tracing::info!("workspace loaded and indexed");
+ }
if let Some((message, fraction, title)) = last_report.take() {
self.report_progress(
title,