From 4b5435b52bdcb54eea18c80f952cfc3a72975e70 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 20 Mar 2020 12:50:50 +0100 Subject: Make from-source install use cargo installed binary by default --- docs/user/readme.adoc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/user/readme.adoc') diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 18e2fac9e..0dfc12b52 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -95,12 +95,6 @@ $ cargo xtask install ---- You'll need Cargo, nodejs and npm for this. -To make VS Code use the freshly built server, add this to the settings: - -[source,json] ----- -{ "rust-analyzer.serverPath": "rust-analyzer" } ----- Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. -- cgit v1.2.3