aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
diff options
context:
space:
mode:
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