-
Notifications
You must be signed in to change notification settings - Fork 162
Using stable, everything stopped to work suddenly #241
Comments
It is RLS related, tried the other Rust plugin (kalitaalexey.vscode-rust), same issue. But I'm on stable, weird. |
I'm having the exact same problem. Linux Mint 18.2, running VSCode 1.19.3. Any help would be much appreciated. |
That looks really off... It seems that a stable rustc is somehow used to compile |
I was on I tried nightly as well. I was on clippy 0.0.165 (for project reason, cobalt is on this version at the moment) but tried 0.0.184 with no luck |
Works on nightly for me, but not stable. (No debug output/problems, Mac OS X 10.13, "RLS: Done".) Any update? @nrc? |
@Geobert, @alexreg I'm not clear on why Clippy is a thing here. Since Clippy only works on NIghtly, I would not expect it to work on stable, especially inside the RLS. But I'm not sure why the RLS is trying to compile it anyway. What exactly are you trying to build? Does it work if you disable Clippy? |
@nrc Oh, I missed the comment on clippy. I don't think that applies in my case. For me, the issue is that "goto definition" and mouseover docs don't work (among a few other things). |
@nrc : even with the project cobalt.rs is the one I'm working on. In the file cobalt.rs, try today with 0.4.0 of the vscode plugin and |
For me it works with the nightly channel, I must be clear. It's just stable it doesn't work on. |
Stable RLS works with mouse hover and everything. Please reopen if there's still an issue with the stable channel. |
As title said, yesterday, everything was working fine, and today, nothing work at all. No output window, RLS: done in status bar.
Win10, VSCode 1.19.3
The text was updated successfully, but these errors were encountered: