Rls: VSCode stuck with "RLS: starting up" (with rls master)

Created on 1 Mar 2018  路  6Comments  路  Source: rust-lang/rls

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.

bug

All 6 comments

@cynecx what project are you building?

@algesten could this be due to the progress indicator changes?

@nrc A simple hello world would be enough.

I believe so; this should be resolved once https://github.com/rust-lang-nursery/rls-vscode/pull/231/ lands

same problem

thread '<unnamed>' panicked at 'assertion failed: !args.is_empty()', tools\rls\src\build\mod.rs:574:9

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jamesmahler picture jamesmahler  路  5Comments

dnsco picture dnsco  路  5Comments

nrc picture nrc  路  6Comments

Barsonax picture Barsonax  路  5Comments

benmarten picture benmarten  路  3Comments