]> git.lizzy.rs Git - rust.git/commitdiff
VS Code + WSL: describe binary location
authorMasaki Hara <ackie.h.gmai@gmail.com>
Mon, 21 Sep 2020 14:07:54 +0000 (23:07 +0900)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 14:07:54 +0000 (23:07 +0900)
It looks like VS Code server chooses a different location for `globalStorage`.

docs/user/manual.adoc

index d3e6b23aef3e7e5fca3a915a55e4d55dfbb63ade..7d85b36cb31ded71365e54f33df322a205a64a19 100644 (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`