Merge #6050
6050: VS Code + WSL: describe binary location r=matklad a=qnighy It looks like VS Code server chooses a different location for `globalStorage`. Co-authored-by: Masaki Hara <ackie.h.gmai@gmail.com>
This commit is contained in:
commit
65592b41be
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,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`
|
||||
* Linux (Remote, such as WSL): `~/.vscode-server/data/User/globalStorage/matklad.rust-analyzer`
|
||||
* macOS: `~/Library/Application\ Support/Code/User/globalStorage/matklad.rust-analyzer`
|
||||
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue