We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78dea24 + b6b4e1a commit 56fe166Copy full SHA for 56fe166
src/tools/rust-analyzer/docs/user/manual.adoc
@@ -203,6 +203,12 @@ The `rust-analyzer` binary can be installed via https://brew.sh/[Homebrew].
203
$ brew install rust-analyzer
204
----
205
206
+==== Windows
207
+
208
+It is recommended to install the latest Microsoft Visual C++ Redistributable prior to installation.
209
+Download links can be found
210
+https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist[here].
211
212
=== VS Code or VSCodium in Flatpak
213
214
Setting up `rust-analyzer` with a Flatpak version of Code is not trivial because of the Flatpak sandbox.
0 commit comments