File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -64,22 +64,8 @@ You can install the latest release of the plugin from
64
64
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer[the marketplace].
65
65
66
66
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.
83
69
84
70
The server binary is stored in the extension install directory, which starts with `rust-lang.rust-analyzer-` and is located under:
85
71
You can’t perform that action at this time.
0 commit comments