about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-09 06:26:45 +0000
committerbors <bors@rust-lang.org>2023-07-09 06:26:45 +0000
commitc26259bdd12e7202ea6a546711c857d8605bf4f3 (patch)
tree2496477a85f76a63c01ef225c3a0eb4aae2fc401
parentfdb8aa2ea6aa4335f4b7251f0ac02c946833b095 (diff)
parent8befd920d6f921760580267ce33179437b4fd990 (diff)
downloadrust-c26259bdd12e7202ea6a546711c857d8605bf4f3.tar.gz
rust-c26259bdd12e7202ea6a546711c857d8605bf4f3.zip
Auto merge of #15241 - lnicola:manual, r=lnicola
minor: Remove old section about downloading the server from the manual

Closes #15237
-rw-r--r--docs/user/manual.adoc18
1 files changed, 2 insertions, 16 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index b23c7c35d5d..31035c4b729 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -64,22 +64,8 @@ You can install the latest release of the plugin from
 https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer[the marketplace].
 
 Note that the plugin may cause conflicts with the
-https://marketplace.visualstudio.com/items?itemName=rust-lang.rust[official Rust plugin].
-It is recommended to disable the Rust plugin when using the rust-analyzer extension.
-
-By default, the plugin will prompt you to download the matching version of the server as well:
-
-image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[]
-
-[NOTE]
-====
-To disable this notification put the following to `settings.json`
-
-[source,json]
-----
-{ "rust-analyzer.updates.askBeforeDownload": false }
-----
-====
+https://marketplace.visualstudio.com/items?itemName=rust-lang.rust[previous official Rust plugin].
+The latter is no longer maintained and should be uninstalled.
 
 The server binary is stored in the extension install directory, which starts with `rust-lang.rust-analyzer-` and is located under: