From 49b4e88458561986009f3cb9dee8879a0649049e Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 8 Mar 2020 18:51:21 +0200 Subject: vscode: add docs on alwaysDownloadServer --- docs/user/readme.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 === 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. -- cgit v1.2.3