diff options
author | Jacob Greenfield <[email protected]> | 2020-05-04 18:16:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-04 18:16:29 +0100 |
commit | bcc171737889038061ebf5714f71618f1a913bd3 (patch) | |
tree | 1b9ea79e9ef4f891055e59135dd3dd500cd1dd31 | |
parent | 15de338703fd9c789c4cf8041a59d8730f12bc78 (diff) |
Update server binary paths
Fixed macOS path and converted to a list
-rw-r--r-- | docs/user/readme.adoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index b1af72ce6..29959ca72 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -57,7 +57,11 @@ To disable this notification put the following to `settings.json` | |||
57 | ---- | 57 | ---- |
58 | ==== | 58 | ==== |
59 | 59 | ||
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` | ||
61 | 65 | ||
62 | Note that we only support the latest version of VS Code. | 66 | Note that we only support the latest version of VS Code. |
63 | 67 | ||