You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rust-analyzer in vscode with the rust-analyzer.linkedProjects feature in the .vscode/settings.json. It used to work fine. With v0.3.2045 I get the "cannot find workspace" error again. I assume that this regression has to do with #17246. I downgraded to v0.3.2037 and everything works fine again.
Maybe the behaviour is expected. However I would expect a major release for such a breaking change. Also it would be nice to find some docs on how to configure the project via the rust-project.json, as I assume this is how one should configure things in the future.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
I am using
rust-analyzer
in vscode with therust-analyzer.linkedProjects
feature in the.vscode/settings.json
. It used to work fine. Withv0.3.2045
I get the "cannot find workspace" error again. I assume that this regression has to do with #17246. I downgraded tov0.3.2037
and everything works fine again.Maybe the behaviour is expected. However I would expect a major release for such a breaking change. Also it would be nice to find some docs on how to configure the project via the
rust-project.json
, as I assume this is how one should configure things in the future.Thank you for your time.
The text was updated successfully, but these errors were encountered: