mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update server binary paths
Fixed macOS path and converted to a list
This commit is contained in:
parent
15de338703
commit
bcc1717378
1 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,11 @@ To disable this notification put the following to `settings.json`
|
|||
----
|
||||
====
|
||||
|
||||
The server binary is stored in `~/.config/Code/User/globalStorage/matklad.rust-analyzer` (Linux) or in `~/.Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer` (macOS) or in `%APPDATA%\Code\User\globalStorage` (Windows).
|
||||
The server binary is stored in:
|
||||
|
||||
* Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
|
||||
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
|
||||
* Windows: `%APPDATA%\Code\User\globalStorage`
|
||||
|
||||
Note that we only support the latest version of VS Code.
|
||||
|
||||
|
|
Loading…
Reference in a new issue