mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
vscode: updated user docs vscode updates section
This commit is contained in:
parent
467b925b53
commit
325eba58a2
1 changed files with 3 additions and 4 deletions
|
@ -27,8 +27,9 @@ https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree]
|
|||
|
||||
You can install the latest release of the plugin from
|
||||
https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer[the marketplace].
|
||||
By default, the plugin will download the latest version of the server as well.
|
||||
By default, the plugin will download the matching version of the server as well.
|
||||
|
||||
// FIXME: update the image (its text has changed)
|
||||
image::https://user-images.githubusercontent.com/36276403/74103174-a40df100-4b52-11ea-81f4-372c70797924.png[]
|
||||
|
||||
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
|
||||
|
@ -37,9 +38,7 @@ Note that we only support the latest version of VS Code.
|
|||
|
||||
==== Updates
|
||||
|
||||
The extension will be updated automatically as new versions become available.
|
||||
The server update functionality is in progress.
|
||||
For the time being, the workaround is to remove the binary from `globalStorage` and to restart the extension.
|
||||
The extension will be updated automatically as new versions become available. It will ask your permission to download the matching language server version binary if needed.
|
||||
|
||||
==== Building From Source
|
||||
|
||||
|
|
Loading…
Reference in a new issue