Skip to content

Commit 9d1e2c4

Browse files
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]>
2 parents 6a067ce + 44a164b commit 9d1e2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To disable this notification put the following to `settings.json`
5757
The server binary is stored in:
5858

5959
* 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`
6161
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
6262

6363
Note that we only support two most recent versions of VS Code.

0 commit comments

Comments
 (0)