Skip to content

Commit 8953275

Browse files
author
Veetaha
committed
docs: add documentation for vscode nightlies
1 parent 5e32a67 commit 8953275

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/user/readme.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,25 @@ Note that we only support the latest version of VS Code.
6565

6666
The 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.
6767

68+
===== Nightly
69+
70+
We 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+
77+
You 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+
79+
If 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+
85+
NOTE: Nightly extension should **only** be installed via the `Download now` action from VS Code.
86+
6887
==== Building From Source
6988

7089
Alternatively, both the server and the plugin can be installed from source:

0 commit comments

Comments
 (0)