diff options
| author | Vitaly Shukela <vi0oss@gmail.com> | 2022-03-07 14:22:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 14:22:07 +0300 |
| commit | 6e62d93c9541080f45c964d0afe2e2df723dede5 (patch) | |
| tree | c59010ac82a08095550abe23c2925b601e28b3eb /docs | |
| parent | 31ad347b0ef7f2e98496b1cf7a99bff5e59d87c4 (diff) | |
| download | rust-6e62d93c9541080f45c964d0afe2e2df723dede5.tar.gz rust-6e62d93c9541080f45c964d0afe2e2df723dede5.zip | |
Update manual.adoc
Resolves #11507
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 3578c0d78a6..e8386607a0a 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -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. |
