mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Auto merge of #17793 - jjoeldaniel:msvc-docs, r=Veykril
docs: add msvc note to manual Added note for Windows users to have the latest MSVC to minimize setup issues. Closes #4870
This commit is contained in:
commit
b4571d7c00
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ The `rust-analyzer` binary can be installed via https://brew.sh/[Homebrew].
|
||||||
$ brew install rust-analyzer
|
$ brew install rust-analyzer
|
||||||
----
|
----
|
||||||
|
|
||||||
|
==== Windows
|
||||||
|
|
||||||
|
It is recommended to install the latest Microsoft Visual C++ Redistributable prior to installation.
|
||||||
|
Download links can be found
|
||||||
|
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist[here].
|
||||||
|
|
||||||
=== VS Code or VSCodium in Flatpak
|
=== VS Code or VSCodium in Flatpak
|
||||||
|
|
||||||
Setting up `rust-analyzer` with a Flatpak version of Code is not trivial because of the Flatpak sandbox.
|
Setting up `rust-analyzer` with a Flatpak version of Code is not trivial because of the Flatpak sandbox.
|
||||||
|
|
Loading…
Reference in a new issue