mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
vscode: add docs on alwaysDownloadServer
This commit is contained in:
parent
c29a502e25
commit
49b4e88458
1 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,7 @@ $ rustup component add rust-src
|
||||||
|
|
||||||
=== VS Code
|
=== 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
|
rust-analyzer plugin for VS Code is maintained
|
||||||
https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree].
|
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[]
|
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`.
|
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
|
||||||
|
|
||||||
Note that we only support the latest version of VS Code.
|
Note that we only support the latest version of VS Code.
|
||||||
|
|
Loading…
Reference in a new issue