Rust analyzer hangs at 400% usage

After making any few changes and saving, rust analyzer and rustfmt stop working in vscode. I've tried reinstalling everything but nothing works. There's also no logs in the output. Here's the code GitHub - jasondyoungberg/my-os

2 Likes

Did you have any luck with this?

You can try changing rust analyzer to use cargo check on save rather than cargo clippy, which is faster to run.

Otherwise it's tricky. There are some other threads that are worth checking, e.g: Rust analyzer: any tips to increase its performance?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.