]> git.lizzy.rs Git - rust.git/commitdiff
Escape space in path for MacOS binary location
authorLeSeulArtichaut <leseulartichaut@gmail.com>
Sat, 27 Jun 2020 12:13:14 +0000 (14:13 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2020 12:13:14 +0000 (14:13 +0200)
docs/user/manual.adoc

index 0dc1dc2ae2fa183aad30fc6d291a472e8794e935..b763958fee84c72242ca92bcadcc8d9bcc3c628c 100644 (file)
@@ -57,7 +57,7 @@ To disable this notification put the following to `settings.json`
 The server binary is stored in:
 
 * Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
-* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
+* macOS: `~/Library/Application\ Support/Code/User/globalStorage/matklad.rust-analyzer`
 * Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
 
 Note that we only support two most recent versions of VS Code.