error: Unknown binary 'rust-analyzer.exe' in official toolchain 'stable-x86_64-pc-windows-msvc'.\ #13308
Unanswered
LICHTENBERGERHugo
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
check if rustup component list You can install with: rustup component add rust-analyzer Potentially there was some weird install issue? This might fix it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I can't get any hints with Helix when opening a Rust file. I would like to have error hints on each line but it doesn't work at all, I have the completions and my hx --health commands seems to find everything and returns :
Reproduction Steps
I tried this:
hx src:/main.rs
I expected this to happen: Errors and warnings displaying as hints on each line
Instead, i just have the completions for Rust.
Helix log
~/.cache/helix/helix.log
Platform
Windows
Terminal Emulator
wezterm
Installation Method
scoop
Helix Version
helix 25.01
Beta Was this translation helpful? Give feedback.
All reactions