Skip to content

Commit c26259b

Browse files
committed
Auto merge of rust-lang#15241 - lnicola:manual, r=lnicola
minor: Remove old section about downloading the server from the manual Closes rust-lang#15237
2 parents fdb8aa2 + 8befd92 commit c26259b

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

docs/user/manual.adoc

+2-16
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,8 @@ You can install the latest release of the plugin from
6464
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer[the marketplace].
6565

6666
Note that the plugin may cause conflicts with the
67-
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust[official Rust plugin].
68-
It is recommended to disable the Rust plugin when using the rust-analyzer extension.
69-
70-
By default, the plugin will prompt you to download the matching version of the server as well:
71-
72-
image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[]
73-
74-
[NOTE]
75-
====
76-
To disable this notification put the following to `settings.json`
77-
78-
[source,json]
79-
----
80-
{ "rust-analyzer.updates.askBeforeDownload": false }
81-
----
82-
====
67+
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust[previous official Rust plugin].
68+
The latter is no longer maintained and should be uninstalled.
8369

8470
The server binary is stored in the extension install directory, which starts with `rust-lang.rust-analyzer-` and is located under:
8571

0 commit comments

Comments
 (0)