aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-06-27 13:34:32 +0100
committerGitHub <[email protected]>2020-06-27 13:34:32 +0100
commit9d1e2c4d9dc6c7f5fbaee5d9907d135f618d7ac6 (patch)
tree47e2dad09987fd26f160e533f50c3e7260056f34
parent6a067ce947980d887a254d71d7183c3d306d8978 (diff)
parent44a164b338bfe19fc9503d04910abfd4fe174248 (diff)
Merge #5099
5099: Escape space in path for MacOS binary location r=matklad a=LeSeulArtichaut This makes it possible and easier to copy paste the path to the binary server, without needing to add quotes. Co-authored-by: LeSeulArtichaut <[email protected]>
-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.