Rust analyzer not starting anymore #12710
-
Rust analyzer is not restarting anymore if I restart helix or run :lsp-restart. It did work before (yesterday), but it suddenly stopped working. I found the following related issue #9432 , but it does not solve my problem. I did run the diagnostics asked for.
languages.toml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out: running cargo build also showed an error (something like a lock error if I remember correctly). That set me on a path to find a resolution. The problem was that the lsp crashed I think, it might be nice to show an error in helix if possible. |
Beta Was this translation helpful? Give feedback.
I figured it out: running cargo build also showed an error (something like a lock error if I remember correctly). That set me on a path to find a resolution. The problem was that the lsp crashed I think, it might be nice to show an error in helix if possible.