rust analyzer is not working with examples folder #4336
Unanswered
LastLightSith
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Are you on Linux? I was having the same issue and opened issue #4346. Try checking out v0.30.12: $ git checkout v0.30.12 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're using Windows, you might need to allow symlinks |
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.
-
I cloned the Winit repository and opened it in VS Code with Rust Analyzer. Rust Analyzer works correctly in most files, except for those inside the examples folder. I tried adding
"rust-analyzer.check.extraArgs": ["--bins", "--examples"]
to.vscode/settings.json
here and restarting Rust Analyzer, but it’s still not working. Any idea why this might be?Beta Was this translation helpful? Give feedback.
All reactions