-
Notifications
You must be signed in to change notification settings - Fork 62
"It seems RLS is not installed." when it is #294
Comments
The reason is |
Ah yeah, I had manually installed a specific nightly because an update broke something a while ago.
Well I already had a workaround, I just wanted to file this bug to make sure it didn't cause problems for more people down the line. Nothing to be sorry for. And good to know you found the reason for this issue so quickly :) |
@jplatte, |
@KalitaAlexey Uhh, probably not. I managed to somehow make rls crash every time right after it starts. Gonna open another issue... |
@jplatte, Wait. |
Checkout #229. |
@KalitaAlexey Okay, I did. Do you want to come over to your Gitter channel though? That would probably be a bit easier for live debugging ;) |
@jplatte, |
Version of VSCode: 1.13.1
Version of the extension: 0.4.0
OS: arch linux x64
Description:
When the
"rust.rls": { "executable" }
setting is not set (but rls is in myPATH
), I get the messagePressing install just moves to the next question:
Pressing install again opens an output at the bottom of the editor, where a the text
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
from rustup pops up, and almost immediately disappears again. Then I get the messageNothing else happens. When I go to the user settings, I can see the extension has set
"rust.mode"
tonull
.I can work around this by manually adding
"executable": "rls"
to `"rust.rls".Output of the "Rust logging" channel:
The text was updated successfully, but these errors were encountered: