Skip to content

Commit bcc1717

Browse files
authored
Update server binary paths
Fixed macOS path and converted to a list
1 parent 15de338 commit bcc1717

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/user/readme.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ To disable this notification put the following to `settings.json`
5757
----
5858
====
5959

60-
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).
60+
The server binary is stored in:
61+
62+
* Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
63+
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
64+
* Windows: `%APPDATA%\Code\User\globalStorage`
6165

6266
Note that we only support the latest version of VS Code.
6367

0 commit comments

Comments
 (0)