Helix shows language server exitd #7572
-
SummaryWhen I open a rust file with Helix, it shows language server exitd, and the OS shows that there is a zombie process. When I close Helix, the zombie process disappears with it. I executed the following command:
Reproduction StepsI tried this:
I expected this to happen: Instead, this happened: Helix log~/.cache/helix/helix.log
PlatformmacOS / WSL2 Terminal Emulatoritem2 3.4.19 / windows terminal 1.17.11461.0 Helix Versionhelix 23.05 (7f5940b) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Looks like you need to install rust-analyzer, rustup proxies the command even if it isn't installed. You probably just need to run: |
Beta Was this translation helpful? Give feedback.
The log shows
meaning that when we execute whatever
rust-analyzer
is on$PATH
, it prints that line to stderr and then exits. You should see the same thing by executingrust-analyzer
in a shell. It looks like you just need the stable version of rust-analyzer added.