diff options
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 | ||