I don't want VSCode to run rust analyzer check on save, and I would like a way to manually trigger the check. However, I cannot find such a command.
Rust Analyzer: Run
doesn't do the right thing. It runs cargo check
in a terminal, which disregards any environment settings, and doesn't update hints for the LSP.