How to open the project source code in Helix / Vscode #4004
Replies: 3 comments 1 reply
-
I neither use VSCode nor helix myself so I cannot comment in detail about these issues. What I would guess based on the error messages is that it tries to setup rust-analyzer with an incompatible list of features for the the specific crates. It's currently only possible to build tests if only a single feature backend feature is enabled, so enabling all backend features at once will cause inference issues for the test code. |
Beta Was this translation helpful? Give feedback.
-
Hi @weiznich , can you share what editor you're using ? |
Beta Was this translation helpful? Give feedback.
-
ah, I see, I ran cargo check and it runs smoothly, then I realize that maybe there something wrong with RA, I check the log of helix and found this
I found another similar issue of loco.rs (loco-rs/loco#490) So pretty sure that it's not the issue with the project, Thanks so much @weiznich |
Beta Was this translation helpful? Give feedback.
-
Hi @weiznich , thanks so much for a great library, I'm trying to learn about the source code of diesel, But when I clone the git repo and open it in vscode / helix, the rust-analyzer always complains about things like the attached image. Just wondering how I can fix this. Thanks so much
Beta Was this translation helpful? Give feedback.
All reactions