aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-08 16:51:21 +0000
committerVeetaha <[email protected]>2020-03-08 16:51:21 +0000
commit49b4e88458561986009f3cb9dee8879a0649049e (patch)
tree837a87c65958c730f6b2366187191ee342184cd8
parentc29a502e2549aba7e47a6f40581e5ccf74b5f481 (diff)
vscode: add docs on alwaysDownloadServer
-rw-r--r--docs/user/readme.adoc9
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
33This the best supported editor at the moment. 33This is the best supported editor at the moment.
34rust-analyzer plugin for VS Code is maintained 34rust-analyzer plugin for VS Code is maintained
35https://github.com/rust-analyzer/rust-analyzer/tree/master/editors/code[in tree]. 35https://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
41image::https://user-images.githubusercontent.com/9021944/75067008-17502500-54ba-11ea-835a-f92aac50e866.png[] 41image::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
43The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`. 50The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
44 51
45Note that we only support the latest version of VS Code. 52Note that we only support the latest version of VS Code.