rust-doc-viewer icon indicating copy to clipboard operation
rust-doc-viewer copied to clipboard

[BUG] Does not regenerate docs on changes

Open pronebird opened this issue 1 year ago • 1 comments

Describe the bug Doc viewer shows stale docs after changing the doc comments in the source code.

To Reproduce Steps to reproduce the behavior:

  1. Add a piece of code and document it with ///
  2. Cmd+shift+p then select Rust doc: viewer
  3. Go back to source code and remove the /// comment made in the step 1
  4. 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.

pronebird avatar Dec 15 '24 11:12 pronebird