diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-24 15:20:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-24 15:20:05 +0100 |
commit | 65592b41be280e0e2ca81c1e127f8cb13fb47ce9 (patch) | |
tree | 41ce469f6a6ef63c08ae0d3bcce7ee22a6b70dc4 /docs | |
parent | 5d137f21f298c079b761bdae8284e1cd88fafb88 (diff) | |
parent | 5cca4c921486eeed943cfb8bcc08ce0fbf647daf (diff) |
Merge #6050
6050: VS Code + WSL: describe binary location r=matklad a=qnighy
It looks like VS Code server chooses a different location for `globalStorage`.
Co-authored-by: Masaki Hara <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index d3e6b23ae..7d85b36cb 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -66,6 +66,7 @@ To disable this notification put the following to `settings.json` | |||
66 | The server binary is stored in: | 66 | The server binary is stored in: |
67 | 67 | ||
68 | * Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer` | 68 | * Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer` |
69 | * Linux (Remote, such as WSL): `~/.vscode-server/data/User/globalStorage/matklad.rust-analyzer` | ||
69 | * macOS: `~/Library/Application\ Support/Code/User/globalStorage/matklad.rust-analyzer` | 70 | * macOS: `~/Library/Application\ Support/Code/User/globalStorage/matklad.rust-analyzer` |
70 | * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer` | 71 | * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer` |
71 | 72 | ||