Escape space in path for MacOS binary location

This commit is contained in:
LeSeulArtichaut 2020-06-27 14:13:14 +02:00 committed by GitHub
parent 6a067ce947
commit 44a164b338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.