diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-28 13:04:46 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-28 13:04:46 +0000 |
commit | 1c2d4135db867efe335a0654d86429bea7bb9caf (patch) | |
tree | f63d1eab1f8dedc0f88ed9af19f4e5724551bcf2 /docs/user/readme.adoc | |
parent | 5749554b071e81308409f6948ccd9f165b897b09 (diff) | |
parent | df68373c8e5d76fe17ec43f90c84f26e1ddfd317 (diff) |
Merge #3756
3756: Update docs to mention vscode installation path on Windows r=edwin0cheng a=edwin0cheng
Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'docs/user/readme.adoc')
-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 1e427a15e..911163eb7 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` (Linux) or in `~/.Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer (macOS)`. | 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). |
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 | ||