vscode: add docs on alwaysDownloadServer

This commit is contained in:
Veetaha 2020-03-08 18:51:21 +02:00
parent c29a502e25
commit 49b4e88458

View file

@ -30,7 +30,7 @@ $ rustup component add rust-src
=== VS Code
This the best supported editor at the moment.
This is the best supported editor at the moment.
rust-analyzer plugin for VS Code is maintained
https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree].
@ -40,6 +40,13 @@ By default, the plugin will prompt you to download the matching version of the s
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`
> ```json
{
"rust-analyzer.alwaysDownloadServer": true
}
```
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
Note that we only support the latest version of VS Code.