You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
If I set editor.formatOnSave to false, the plugin seems working.
Otherwise, if I put an error in my program (for example a let statement without semi-colon), the analysis runs but no errors have been found...
My $HOME/.cargo/bin contains racer and rustfmt, which have been properly set.
Hmm, I imagine if formatting is crashing every time we might not get a chance to build? I've been meaning to fix the rustfmt bug here, hopefully that will fix things.
My $HOME/.cargo/bin contains racer and rustfmt, which have been properly set.
You don't need racer and rustfmt separately installed - the RLS brings its own versions. It shouldn't cause problems though.
My
code
version:Version 1.15.0 (1.15.0)
.After a clean installation of
rls-vscode
(0.2.1.), I don't have build outputs because it seemsrustfmt
is crashing all the time:If I set
editor.formatOnSave
tofalse
, the plugin seems working.Otherwise, if I put an error in my program (for example a
let
statement without semi-colon), the analysis runs but no errors have been found...My
$HOME/.cargo/bin
containsracer
andrustfmt
, which have been properly set.I am using those parameters:
For the
rustfmt
error, I think it is related to #65.For the build issue... I really don't know.
The text was updated successfully, but these errors were encountered: