This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 255
VSCode stuck with "RLS: starting up" (with rls master) #744
Labels
Comments
@nrc A simple hello world would be enough. |
I believe so; this should be resolved once rust-lang/vscode-rust#231 lands |
same problem
|
@nrc I would definitely expect problems if the server side ships before the plugin, since we have removed the old events. endless spinning sounds about right. |
A new version of the extension has been released. This should be fixed by updating to version 0.4.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Built rls from master:
rls-preview 0.126.0-nightly (d4f0b29 2018-02-28)
.VSCode seems to be stuck with the message:
RLS: starting up
but completion and everything works.The current rls (
rls-preview 0.125.0-nightly (f014911 2018-02-14)
) shipped with the rust-nightly toolchain functions properly however.The text was updated successfully, but these errors were encountered: