Unnamed repository; edit this file 'description' to name the repository.
fix: Resolve
https://github.com/rust-lang/rust-analyzer/pull/21970#pullrequestreview-4061885516
| -rw-r--r-- | crates/rust-analyzer/src/reload.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs index aee054edff..b85fe9c15c 100644 --- a/crates/rust-analyzer/src/reload.rs +++ b/crates/rust-analyzer/src/reload.rs @@ -608,6 +608,7 @@ impl GlobalState { format!("{base}/**/*.rs"), format!("{base}/**/Cargo.{{toml,lock}}"), format!("{base}/**/rust-analyzer.toml"), + format!("{base}/**/*.md"), ] }) }) |