-
Notifications
You must be signed in to change notification settings - Fork 257
RLS nightly needs resilience #677
Comments
Yet again today at time of writing |
@Coding-Doctors there is a script for it #535 (comment) Currently nightly 2018-01-21 the latest version with both rls and rustfmt. |
@mati865 I'm aware, but imo I shouldn't need to work around it using external fixes. and as stated, wanted to bring attention that it isn't a infrequent thing, espically as of late. |
This has to be addressed outside of the RLS. Some of the avenues for mitigation:
Given there is nothing to do on the RLS Itself, I'm closing this issue. |
We've had a few time the last couple months where the RLS was broken by the nightly. Because we have the VS Code plugin available, and it can invisibly get the RLS and not force the user to use nightly, there's a disconnect between the folks that are comfortable using the bleeding edge software and folks just wanting to have a good IDE experience.
You can see this reflected in the comments for the plugin now:
As a result, it's giving the VS Code plugin a bad name also.
We should probably be more resilient to grabbing the nightly from VS Code, as well as messaging outages more clearly. On top of that, of course, is not breaking the RLS in the first place, but at least the mitigations would help people rather than dropping them completely.
The text was updated successfully, but these errors were encountered: