From 44a164b338bfe19fc9503d04910abfd4fe174248 Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Sat, 27 Jun 2020 14:13:14 +0200 Subject: Escape space in path for MacOS binary location --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user') 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` 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. -- cgit v1.2.3