-
Notifications
You must be signed in to change notification settings - Fork 1.8k
How to make it basically work? #2496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I deeply apologize, I needed to explicitly set the custom path for |
It's not an Arch issue, but a Linux one. My workaround was to add |
A PR which adds an appropriate warning message is welcome!
…On Sun, 8 Dec 2019 at 12:49, Laurențiu Nicola ***@***.***> wrote:
It's not an Arch issue, but a Linux one. rustup adds ~/.cargo/bin to PATH
in your shell's configuration file, but if you're using a DE it won't run
the shell first. So your PATH is only set for terminals.
My workaround was to add PATH
DEFAULT=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:@
{HOME}/.cargo/bin:@{HOME}/.local/bin to ~/.pam_environment. Another
solution would be to move ra_lsp_server to /usr/local/bin.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2496>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANB3M4Z26QHXS5VJ5ZAMODQXTNLVANCNFSM4JXWRZ4Q>
.
|
Uh oh!
There was an error while loading. Please reload this page.
Hi all, it seems that this is a very active project compared to buggy RLS and I really need to make it work for me since I've had enough of RLS due to the memory leak in Linux. I just can't run it, I used the instructions in the root README. On VScode startup I see the error message
Couldn't start client Rust Analyzer Language Server
. Please help me identify why it's not running. I am using archlinux if that helps.The text was updated successfully, but these errors were encountered: