-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No compiler output shown; VSCode extension crashing #4086
Comments
Can you please try the nightly version? It might have better stack traces. |
I did |
What lnicola meant is nightly rust-analyzer extension. Try adding this to {
"rust-analyzer.updates.channel": "nightly"
} |
Got it. Now using 0.3.145-nightly. The prior reported outputs are no longer visible, but the extension host has this:
I continue to see warnings from my project that compiles, but nothing from the one with errors and warnings. |
@joshhansen
|
I think "content modified" errors indicate cancellation of a request, which is normal during editing. Perhaps we shouldn't display them. |
I can't deduce that this does come from our extension code by the given stack trace, this might rightfully be |
Probably fixed by #6150. |
I believe this arose since the most recent update. I have numerous compiler warnings and errors as well as clippy lints in my code, but none appear in VSCode using the rust-analyzer extension. Further, the "Rust Analyzer Language Server" output shows apparent repeated crashes:
Happy to provide further detail.
The text was updated successfully, but these errors were encountered: