diff options
-rw-r--r-- | docs/user/readme.adoc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index f1386a8f9..fb3312614 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -30,7 +30,7 @@ $ rustup component add rust-src | |||
30 | 30 | ||
31 | === VS Code | 31 | === VS Code |
32 | 32 | ||
33 | This the best supported editor at the moment. | 33 | This is the best supported editor at the moment. |
34 | rust-analyzer plugin for VS Code is maintained | 34 | rust-analyzer plugin for VS Code is maintained |
35 | https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree]. | 35 | https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree]. |
36 | 36 | ||
@@ -40,6 +40,13 @@ By default, the plugin will prompt you to download the matching version of the s | |||
40 | 40 | ||
41 | image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] | 41 | image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] |
42 | 42 | ||
43 | > Note: to disable this notification put the following to `settings.json` | ||
44 | > ```json | ||
45 | { | ||
46 | "rust-analyzer.alwaysDownloadServer": true | ||
47 | } | ||
48 | ``` | ||
49 | |||
43 | The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. | 50 | The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. |
44 | 51 | ||
45 | Note that we only support the latest version of VS Code. | 52 | Note that we only support the latest version of VS Code. |