]> git.lizzy.rs Git - rust.git/blobdiff - crates/rust-analyzer/src/global_state.rs
Don't flycheck while the workspace is being loaded
[rust.git] / crates / rust-analyzer / src / global_state.rs
index 2cd2044aeff04cc1da2d58241440f632ec649208..55c4cfcf8608f20150d54656b7636d1a17ee8f4a 100644 (file)
@@ -192,6 +192,7 @@ pub(crate) fn process_changes(&mut self) -> bool {
                 if let Some(path) = vfs.file_path(file.file_id).as_path() {
                     let path = path.to_path_buf();
                     if reload::should_refresh_for_change(&path, file.change_kind) {
+                        tracing::warn!("fetch-fiel_change");
                         self.fetch_workspaces_queue
                             .request_op(format!("vfs file change: {}", path.display()));
                     }