kitamstudios / rust-analyzer.vs

Rust language support for Visual Studio 2022
https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer
Other
138 stars 10 forks source link

Failing prerequisites puts Visual Studio into reboot loop #39

Closed Zannick closed 9 months ago

Zannick commented 9 months ago

When I open VS with my project, I get the following pop-up:

[rust-analyzer.vs v2.0.167]

Prerequisite check(s) failed:
- VS Version check failed. Minimum 17.7, found 17.6.33829.357.

Pressing OK will open prerequisites install instructions and restart the IDE.

Closing the pop-up at all closes the IDE and opens https://github.com/kitamstudios/rust-analyzer.vs/blob/master/PREREQUISITES.md, then the IDE relaunches. This repeats until I am able to close the IDE before the pop-up appears.

This is a poor user experience. The check tells me that I need to update VS but of course I have to keep VS closed in order to update it. Can you find another solution that doesn't involve repeatedly restarting the IDE?

Zannick commented 9 months ago

Duplicate #26