VS Code + WSL: describe binary location

It looks like VS Code server chooses a different location for `globalStorage`.
This commit is contained in:
Masaki Hara 2020-09-21 23:07:54 +09:00 committed by GitHub
parent bcdedbb3d5
commit 5cca4c9214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`