From c855e36696afa54260773a6bc8a358df67d60dea Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 18 Feb 2020 12:35:44 +0100 Subject: Rename config value for server Path --- xtask/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src') diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 247a2bca4..cc6fecc85 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs @@ -39,7 +39,7 @@ impl InstallCmd { " Installation complete. - Add `\"rust-analyzer.raLspServerPath\": \"rust-analyzer\",` to VS Code settings, + Add `\"rust-analyzer.serverPath\": \"rust-analyzer\",` to VS Code settings, otherwise it will use the latest release from GitHub. " ) -- cgit v1.2.3