mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
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
@ -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…
Reference in New Issue
Block a user