From 5eb513bde2c992f86ec9c6a02ecc0768aeb844be Mon Sep 17 00:00:00 2001 From: Vitaly Shukela Date: Sun, 20 Feb 2022 15:08:17 +0300 Subject: [PATCH 1/2] Mention VSCode's Command Palette in "Troubleshooting" Resolves https://github.com/rust-analyzer/rust-analyzer/issues/11507 --- manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.adoc b/manual.adoc index c631ae46..9342616c 100644 --- a/manual.adoc +++ b/manual.adoc @@ -430,7 +430,7 @@ https://gitlab.com/cppit/jucipp[juCi++] has built-in support for the language se == 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 acticated 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. From 06706e49de50c0bd464cf3df854cc20551769b13 Mon Sep 17 00:00:00 2001 From: Vitaly Shukela Date: Sun, 20 Feb 2022 15:55:48 +0300 Subject: [PATCH 2/2] Update manual.adoc Co-authored-by: Edwin Cheng --- manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.adoc b/manual.adoc index 9342616c..0730e916 100644 --- a/manual.adoc +++ b/manual.adoc @@ -430,7 +430,7 @@ https://gitlab.com/cppit/jucipp[juCi++] has built-in support for the language se == Troubleshooting Start with looking at the rust-analyzer version. -Try **Rust Analyzer: Show RA Version** in VS Code (using **Command Palette** feature typically acticated by Ctrl+Shift+P) or `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.