diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index f1386a8f9b..fb3312614e 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc @@ -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.