aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorLeSeulArtichaut <[email protected]>2020-06-27 13:13:14 +0100
committerGitHub <[email protected]>2020-06-27 13:13:14 +0100
commit44a164b338bfe19fc9503d04910abfd4fe174248 (patch)
tree47e2dad09987fd26f160e533f50c3e7260056f34 /docs/user/manual.adoc
parent6a067ce947980d887a254d71d7183c3d306d8978 (diff)
Escape space in path for MacOS binary location
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
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`
57The server binary is stored in: 57The 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
63Note that we only support two most recent versions of VS Code. 63Note that we only support two most recent versions of VS Code.