Failure with Latest Rust-Analyzer
See original GitHub issueAfter updating to the December 21st version of rust-analyzer, I get the following:
[coc.nvim] The "rust-analyzer" server crashed 5 times in the last 3 minutes. The server will not be restarted.
:CocCommand rust-analyzer.serverVersion
returns [coc.nvim] rust-analyzer 5e2935e
Not really sure how to get any more useful info. If there is some other info that would be useful, feel free to ask.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:26
- Comments:24 (4 by maintainers)
Top Results From Across the Web
Issues · rust-lang/rust-analyzer - GitHub
Issues list. Command Palette's Symbols (Ctrl-R or Ctrl-P,@) on already opened file does not show any item, even though rust-analyzer has completed indexing....
Read more >rust-analyzer failed to discover workspace in vscode
The rust-analyzer needs a Cargo.toml to detect the workspace. You could create a new rust project with cargo : cargo new your-project.
Read more >'Rust-analyzer' extension fails to start. : r/rust - Reddit
Hello, I am having a problem with the 'Rust-analyzer' (version 0.2.853, stable) extension, I am using VSCodium (version 1.69.1) I got ...
Read more >rust-analyzer
rust -analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition ...
Read more >Rust-analyzer vscode failing - help
I created a new folder and did a cargo init in it and now rust-analyzer won't work in it. The error is something...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try v0.24.0
@Iniesta8 my workaround is to install an older release (i’ve done it via homebrew) and set a custom
serverPath
in"~/.config/nvim/coc-settings.json"
via:CocConfig
: