Update server binary paths

Fixed macOS path and converted to a list
This commit is contained in:
Jacob Greenfield 2020-05-04 13:16:29 -04:00 committed by GitHub
parent 15de338703
commit bcc1717378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. Note that we only support the latest version of VS Code.