Skip to content

Commit 9d35224

Browse files
authored
fix: Reload when documentation changes
See #21968 (comment)
1 parent fd3d1c1 commit 9d35224

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/rust-analyzer/src/reload.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,8 @@ impl GlobalState {
582582
[
583583
(base.clone(), "**/*.rs"),
584584
(base.clone(), "**/Cargo.{lock,toml}"),
585-
(base, "**/rust-analyzer.toml"),
585+
(base.clone(), "**/rust-analyzer.toml"),
586+
(base, "**/*.md"),
586587
]
587588
})
588589
})

0 commit comments

Comments
 (0)