mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
parent
31ad347b0e
commit
6e62d93c95
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ You can follow instructions for installing <<rust-analyzer-language-server-binar
|
|||
== Troubleshooting
|
||||
|
||||
Start with looking at the rust-analyzer version.
|
||||
Try **Rust Analyzer: Show RA Version** in VS Code and `rust-analyzer --version` in the command line.
|
||||
Try **Rust Analyzer: Show RA Version** in VS Code (using **Command Palette** feature typically activated by Ctrl+Shift+P) or `rust-analyzer --version` in the command line.
|
||||
If the date is more than a week ago, it's better to update rust-analyzer version.
|
||||
|
||||
The next thing to check would be panic messages in rust-analyzer's log.
|
||||
|
|
Loading…
Reference in a new issue