diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-20 12:08:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-20 12:08:36 +0000 |
commit | 92b561b5c7da8303473792ba2bacb430614da2d1 (patch) | |
tree | ac34751d1957fd6fb0b015b0b884940b6b882db0 /docs/user/readme.adoc | |
parent | 467a040509cd6732de48907e025f83b57b5701b9 (diff) | |
parent | 8ee7780ca975e5709a080e66e1378ff96e20d613 (diff) |
Merge #3663
3663: Make from-source install use cargo installed binary by default r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user/readme.adoc')
-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 | ||