mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Escape space in path for MacOS binary location
This commit is contained in:
parent
6a067ce947
commit
44a164b338
@ -57,7 +57,7 @@ To disable this notification put the following to `settings.json`
|
|||||||
The server binary is stored in:
|
The server binary is stored in:
|
||||||
|
|
||||||
* Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
|
* 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`
|
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
|
||||||
|
|
||||||
Note that we only support two most recent versions of VS Code.
|
Note that we only support two most recent versions of VS Code.
|
||||||
|
Loading…
Reference in New Issue
Block a user