mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix Windows server path
CC @Coder-256.
This commit is contained in:
parent
b832dfc917
commit
e0b63855b1
@ -61,7 +61,7 @@ The server binary is stored in:
|
||||
|
||||
* Linux: `~/.config/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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user