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
* Linux (Remote, such as WSL): `~/.vscode-server/extensions`
74
+
* macOS: `~/.vscode/extensions`
75
+
* Windows: `%USERPROFILE%\.vscode\extensions`
76
76
77
-
However, if you are using a version of the extension with a bundled server binary and you are not running NixOS, the server binary might be instead running from: `~/.vscode/extensions/matklad.rust-analyzer-VERSION`.
77
+
As an exception, on NixOS, the extension makes a copy of the server and stores it under `~/.config/Code/User/globalStorage/matklad.rust-analyzer`.
78
78
79
-
Note that we only support two most recent versions of VS Code.
79
+
Note that we only support the two most recent versions of VS Code.
80
80
81
81
==== Updates
82
82
@@ -86,27 +86,12 @@ It will ask your permission to download the matching language server version bin
86
86
===== Nightly
87
87
88
88
We ship nightly releases for VS Code.
89
+
You can opt in to these by switching to the pre-release version in the Code extension page or settings.
89
90
To help us out with testing the newest code and follow the bleeding edge of our `master`, please use the following config:
90
91
91
-
[source,json]
92
-
----
93
-
{ "rust-analyzer.updates.channel": "nightly" }
94
-
----
95
-
96
-
You will be prompted to install the `nightly` extension version.
97
-
Just click `Download now` and from that moment you will get automatic updates every 24 hours.
98
-
99
-
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