mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Escape space in path for MacOS binary location
This commit is contained in:
parent
6a067ce947
commit
44a164b338
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue