aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-20 11:50:50 +0000
committerAleksey Kladov <[email protected]>2020-03-20 12:07:12 +0000
commit4b5435b52bdcb54eea18c80f952cfc3a72975e70 (patch)
treead911289cd4e28036f7a8442422f05a2b97d3268 /docs/user/readme.adoc
parent467a040509cd6732de48907e025f83b57b5701b9 (diff)
Make from-source install use cargo installed binary by default
Diffstat (limited to 'docs/user/readme.adoc')
-rw-r--r--docs/user/readme.adoc6
1 files changed, 0 insertions, 6 deletions
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
95---- 95----
96 96
97You'll need Cargo, nodejs and npm for this. 97You'll need Cargo, nodejs and npm for this.
98To make VS Code use the freshly built server, add this to the settings:
99
100[source,json]
101----
102{ "rust-analyzer.serverPath": "rust-analyzer" }
103----
104 98
105Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. 99Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually.
106 100