mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Fix Windows server path
CC @Coder-256.
This commit is contained in:
parent
b832dfc917
commit
e0b63855b1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ The server binary is stored in:
|
||||||
|
|
||||||
* Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
|
* Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
|
||||||
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
|
* macOS: `~/Library/Application Support/Code/User/globalStorage/matklad.rust-analyzer`
|
||||||
* Windows: `%APPDATA%\Code\User\globalStorage`
|
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
|
||||||
|
|
||||||
Note that we only support the latest version of VS Code.
|
Note that we only support the latest version of VS Code.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue