diff options
Diffstat (limited to 'docs/user')
-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 | ||