HeWhoHeWho
HeWhoHeWho
Some update to share: I manually removed the `rust-analyzer` executable & program debug database that I manually added few days ago, the first command `rust-analyzer --version` output is expected but...
Hi @rami3l @ChrisDenton The issue with `rust-analyzer.exe` & `rust-analyzer.pdb` not installed during `rustup update` persists when I tried to update Rust to 1.91.1. I re-ran the whole installation with `rustup...
My understanding is that, `rustup update` should automatically update/install latest `rust-analyzer` as well when there's an update. Scenario 1: `rustup update` to install latest Rust version, `rust-analyzer` will not appear...
Thanks @rami3l. I double checked my very initial Rust installation (via the recommended `rustup-init.exe`), `rust-analyzer` was installed alongside other binaries like `cargo.exe`, `cargo-clippy.exe`, `cargo-fmt.exe`, `rustc.exe`, `rustup.exe`, to name a few...