diff options
author | Aleksey Kladov <[email protected]> | 2020-03-20 11:50:50 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-20 12:07:12 +0000 |
commit | 4b5435b52bdcb54eea18c80f952cfc3a72975e70 (patch) | |
tree | ad911289cd4e28036f7a8442422f05a2b97d3268 /docs | |
parent | 467a040509cd6732de48907e025f83b57b5701b9 (diff) |
Make from-source install use cargo installed binary by default
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/readme.adoc | 6 |
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 | ||
97 | You'll need Cargo, nodejs and npm for this. | 97 | You'll need Cargo, nodejs and npm for this. |
98 | To 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 | ||
105 | Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. | 99 | Note that installing via `xtask install` does not work for VS Code Remote, instead you'll need to install the `.vsix` manually. |
106 | 100 | ||