diff --git a/crates/rust-analyzer/src/main_loop.rs b/crates/rust-analyzer/src/main_loop.rs index edf3da5e6c07..64af456acd46 100644 --- a/crates/rust-analyzer/src/main_loop.rs +++ b/crates/rust-analyzer/src/main_loop.rs @@ -388,6 +388,9 @@ impl GlobalState { self.prime_caches_queue .request_op("restart after cancellation".to_owned(), ()); } + if !cancelled { + tracing::info!("workspace loaded and indexed"); + } if let Some((message, fraction, title)) = last_report.take() { self.report_progress( title,