Skip to content

Commit 49b4e88

Browse files
author
Veetaha
committed
vscode: add docs on alwaysDownloadServer
1 parent c29a502 commit 49b4e88

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/user/readme.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ rustup component add rust-src
3030

3131
=== VS Code
3232

33-
This the best supported editor at the moment.
33+
This is the best supported editor at the moment.
3434
rust-analyzer plugin for VS Code is maintained
3535
https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree].
3636

@@ -40,6 +40,13 @@ By default, the plugin will prompt you to download the matching version of the s
4040

4141
image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[]
4242

43+
> Note: to disable this notification put the following to `settings.json`
44+
> ```json
45+
{
46+
"rust-analyzer.alwaysDownloadServer": true
47+
}
48+
```
49+
4350
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
4451

4552
Note that we only support the latest version of VS Code.

0 commit comments

Comments
 (0)