-
Notifications
You must be signed in to change notification settings - Fork 62
Conversation
Since RLS has been added into rustup, it would be awesome to default
|
@pronebird, |
This commit makes the configuration be able to determine if RLS is installed via Rustup and to use it. After this commit a user don't have to specify `rust.rls.executable`, but if one does, a specified value supersedes an automatic one
@pronebird, |
After this commit on opening any Rust project the extension will ask a user to install RLS if it is not installed yet.
The next step is to ask a user to install Rustup and to install if the user agrees. |
I ask you to check it. |
Hey, thanks a lot for your efforts! I'll test it when I have time and let you know if I spot any issues.
…Sent from my iPhone
On 20 Apr 2017, at 21:14, Alexey ***@***.***> wrote:
I ask you to check it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Another next step is to check if a user use stable toolchain and to run RLS using nightly toolchain. |
@KalitaAlexey I think |
@pronebird, |
A note for: |
@redactedscribe, |
I did
Debug output seems to be correct:
|
@pronebird, |
yeah yeah all works!
… On Apr 21, 2017, at 8:33 PM, Alexey ***@***.***> wrote:
@pronebird <https://github.com/pronebird>,
Did RLS work?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#181 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAq-LOBV0l-DGeN6vg6MqqdhgAuCXg3Mks5ryQSigaJpZM4NAxaX>.
|
@pronebird, |
@pronebird, |
@KalitaAlexey yeah that's not cool :/ |
Thanks for your work. But merging this PR has caused 2 major issues for me:
And none of the completion etc. (that was previously working fine with racer) works anymore. Was this tested well before release? What can I do to get rid of the popup after I've removed rls and switched back to stable? Thanks. |
Thanks, that brought back the old functionality. Any idea why the new RLS mode doesn't work even after installing rls and switching to nightly? |
@pvaibhav, |
@KalitaAlexey sorry for replying late. I managed to get the plugin to try starting in RLS mode after unsetting stable and setting nightly as default. But now I get another error. Logs are below: Attached the output of "Rust Logging":
And of "Rust Language Server":
How should I run the plugin with |
Now you experience #229. |
Fixes #177
After this PR:
For those who wants to try it out:
GitHub documentation
The page "Install the extension from source" in the extension's documentation
Then Press F5