diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-28 11:56:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-28 11:56:19 +0000 |
commit | 5749554b071e81308409f6948ccd9f165b897b09 (patch) | |
tree | 8bbaf202dbf2993547dade79f40d8d5ee434d64e /docs/user | |
parent | c30425dc96895117b644f29b758cee9dac36839b (diff) | |
parent | 1cf27b2e78f327e449af9644d6d6dc1d274835b9 (diff) |
Merge #3755
3755: Update docs to mention vscode installation path on macOS r=matklad a=klochowicz
It took me a while to find it on macOS so I thought I'd spare the effort for others ;)
Co-authored-by: Mariusz Klochowicz <[email protected]>
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index e00d14dfb..1e427a15e 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -57,7 +57,7 @@ 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`. | 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)`. |
61 | 61 | ||
62 | Note that we only support the latest version of VS Code. | 62 | Note that we only support the latest version of VS Code. |
63 | 63 | ||