rust-analyzer
rust-analyzer copied to clipboard
Feature request: "Stop RA server" VSCode action
Sometimes I open a folder in my VScode to use the latter as a mere text editor, not a fully-fledged IDE.
Sometimes said folder happens to contain Cargo.toml and a hefty rust project within, which makes RA spin up, consume CPU and RAM, while providing no benefits for me.
In those situations i wish i could ctrl+shift+P -> Rust Analyzer: Stop server but that one is not an option presently.
This is a feature request to provide said option. It would - presumably - do the same thing as Rust Analyzer: Restart server, but without the "start" part.