Replies: 2 comments 3 replies
-
I ran into this issue a couple weeks back, driven by a bad rust-analyzer release. I would ensure that's up to date as my first step. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Are you running just |
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.
-
Not sure where to put this, but I haven't been able to find anything online about the issue.
I am using Windows10 and VS Code. The issue is that whenever i do "cargo run" the entirety of Bevy gets rebuilt. Also, the rust-analyzer extension seems to be having a similar problem where it checks everything instead of only new changes. This makes any sort of development virtually impossible as it can take over 10 minutes just to run the program. I've tried this on my laptop (which has the exact same setup, as far as I'm aware) with no problems at all.
I can give any other information that might help diagnose the problem.
Beta Was this translation helpful? Give feedback.
All reactions