Unnamed repository; edit this file 'description' to name the repository.
Merge #11645
11645: Update manual.adoc r=lnicola a=vi Resolves #11507 Co-authored-by: Vitaly Shukela <[email protected]>
bors[bot] 2022-03-07
parent 31ad347 · parent 6e62d93 · commit 18d0faf
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 3578c0d78a..e8386607a0 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.