VS Code + WSL: describe binary location
It looks like VS Code server chooses a different location for `globalStorage`.
This commit is contained in:
parent
bcdedbb3d5
commit
5cca4c9214
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
Reference in a new issue