aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-14 01:16:50 +0000
committerVeetaha <[email protected]>2020-03-14 01:16:50 +0000
commit895327522bf4edc779b80cff53452c2fd6c50e18 (patch)
tree931a63d5253a1739c3c592637c14716236a48c0c /docs
parent5e32a67c83d46862db0166c263efc65b6ecd5b52 (diff)
docs: add documentation for vscode nightlies
Diffstat (limited to 'docs')
-rw-r--r--docs/user/readme.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 4e99dd0a6..2e6c6112f 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -65,6 +65,25 @@ Note that we only support the latest version of VS Code.
65 65
66The extension will be updated automatically as new versions become available. It will ask your permission to download the matching language server version binary if needed. 66The extension will be updated automatically as new versions become available. It will ask your permission to download the matching language server version binary if needed.
67 67
68===== Nightly
69
70We ship nightly releases for VS Code. To help us out with testing the newest code and follow the bleeding edge of our `master`, please use the following config:
71
72[source,json]
73----
74{ "rust-analyzer.updates.channel": "nightly" }
75----
76
77You will be prompted to install the `nightly` extension version. Just click `Download now` and from that moment you will get automatic updates each 24 hours.
78
79If you don't want to be asked for `Download now` every day when the new nightly version is released add the following to your `settings.json`:
80[source,json]
81----
82{ "rust-analyzer.updates.askBeforeDownload": false }
83----
84
85NOTE: Nightly extension should **only** be installed via the `Download now` action from VS Code.
86
68==== Building From Source 87==== Building From Source
69 88
70Alternatively, both the server and the plugin can be installed from source: 89Alternatively, both the server and the plugin can be installed from source: