rust-doc-viewer
rust-doc-viewer copied to clipboard
[BUG] Does not regenerate docs on changes
Describe the bug Doc viewer shows stale docs after changing the doc comments in the source code.
To Reproduce Steps to reproduce the behavior:
- Add a piece of code and document it with
/// - Cmd+shift+p then select Rust doc: viewer
- Go back to source code and remove the
///comment made in the step 1 - Cmd+shift+p then select Rust doc: viewer
Expected behavior Expected to see new docs but I see old ones.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Yeah there's no fs watcher today, but this seems reasonable / straight forward to add, like previous issues I've missed notifications for this repo 🤔 so I'll pick this up in the coming weeks