rust-analyzer icon indicating copy to clipboard operation
rust-analyzer copied to clipboard

Feature request: "Stop RA server" VSCode action

Open moxian opened this issue 3 years ago • 0 comments

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.

moxian avatar Aug 03 '22 19:08 moxian