diff options
author | LeSeulArtichaut <[email protected]> | 2020-06-27 13:13:14 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-27 13:13:14 +0100 |
commit | 44a164b338bfe19fc9503d04910abfd4fe174248 (patch) | |
tree | 47e2dad09987fd26f160e533f50c3e7260056f34 | |
parent | 6a067ce947980d887a254d71d7183c3d306d8978 (diff) |
Escape space in path for MacOS binary location
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 0dc1dc2ae..b763958fe 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -57,7 +57,7 @@ To disable this notification put the following to `settings.json` | |||
57 | The server binary is stored in: | 57 | The server binary is stored in: |
58 | 58 | ||
59 | * Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer` | 59 | * Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer` |
60 | * macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer` | 60 | * macOS: `~/Library/Application\ Support/Code/User/globalStorage/matklad.rust-analyzer` |
61 | * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer` | 61 | * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer` |
62 | 62 | ||
63 | Note that we only support two most recent versions of VS Code. | 63 | Note that we only support two most recent versions of VS Code. |