Rustup Nightly no language support #12480
Unanswered
alycda
asked this question in
Troubleshooting
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I know that a recent issue with nightly was fixed on the RA side, but I've spent HOURS trying to understand why Helix didn't work out of the box for me. I have nightly set in a toolchain file and we recently noticed issues with 1.86 so we are trying 2025-01-03 which seems to be 1.85 but NEITHER 1.86 nor 1.85 from 1/3 will provide any language support with helix. this is easily resolved with
rustup override set stable
but I'm opening this issue because that wasn't the most obvious solution for me (I was debugging the path to lldb-dap for a bit)main.rs
rust-toolchain
Reproduction Steps
I tried this:
hx src/main.rs
I expected this to happen:
type messaging in the top right, autocompletion, etc
Instead, this happened:
no type hints, not autocomplete popups and when I tried Space+K I got "No configured language server supports hover" in the bottom status bar
Helix log
~/.cache/helix/helix.log
Platform
MacOS
Terminal Emulator
Warp
Installation Method
brew
Helix Version
helix 25.1 (dabfb6c)
Beta Was this translation helpful? Give feedback.
All reactions