You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/readme.adoc
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,25 @@ Note that we only support the latest version of VS Code.
65
65
66
66
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.
67
67
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`:
0 commit comments