hx --health rust is perfect, "Language server exited" #7671
Replies: 2 comments 1 reply
-
The log file https://github.com/helix-editor/helix/wiki/faq#access-the-log-file should have some more information that would be helpful for us to help you debug this issue |
Beta Was this translation helpful? Give feedback.
-
I got this :
When i saw this i thought that for some reason rust analyzer is not being picked up, so i took binary of rust analyzer from their site and just add it to the path, and now it works. But now i have two rust_analyzers: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I deleted whole helix, and rust, and installed everything again from scratch, and no luck.
The new install i did i build helix from source, and linked up everything, setting also HELIX_RUNTIME:
For example zig works with no issues, the only issue is rust. The moment i enter any .rs file, i get
"Language server exited" error , i am at my wits end.
i am on pop os, i am using fish as my default and login shell, llvm-config version reports 16.4 (i dont know if this matters).
I had helix working with 0 issues on different machine.
Beta Was this translation helpful? Give feedback.
All reactions