mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
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 <leseulartichaut@gmail.com>
This commit is contained in:
commit
9d1e2c4d9d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user