diff options
| author | Adenine <22418744+adenine-dev@users.noreply.github.com> | 2023-07-09 16:10:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 16:10:40 -0400 |
| commit | add9056c321bce9837f8c3df02f9ad73a477b222 (patch) | |
| tree | 152be0187112c83d1bb9805f845529f5c3a6de62 /docs | |
| parent | 1dd54eb44ad7eacd450ad81a14ec35cadc15f856 (diff) | |
| parent | dcda13ac6994515a9aa7811a0e8088f61899a44a (diff) | |
| download | rust-add9056c321bce9837f8c3df02f9ad73a477b222.tar.gz rust-add9056c321bce9837f8c3df02f9ad73a477b222.zip | |
Merge branch 'rust-lang:master' into master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 18 |
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: |
