How to manually trigger cargo check in VSCode?

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.

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.