funkyness surrounding version changes of git packages? #20288
kairoswater-jason
started this conversation in
General
Replies: 1 comment 1 reply
-
If restarting r-a fixes it, it's probably a file watching bug. If restarting r-a doesn't fix it, but |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use a handful of git cargo packages. I often update them with
cargo update
and sometimes even remember to increment the semantic version number.Sometimes rust-analyzer seems to get stuck on an older version, and nothing I do, even restarting seems to fix it.
(ie. the compiler will use the new version, but rust-analyzer will continue to use the old version giving false warnings and also linking to the wrong file when clicked in something like vscode)
Beta Was this translation helpful? Give feedback.
All reactions