You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works well even if the project is not part of a workspace, and the parameters are mentioned in the User Maunal as the default:
By default, a cargo invocation will be constructed for the configured targets and features, with the following base command line: cargo check --quiet --workspace --message-format=json --all-targets
The main benefit is that the current setting skips checking tests, benches etc.
The text was updated successfully, but these errors were encountered:
tomasol
changed the title
Generate better cargo check command
Generate better cargo check command for vscode
Jan 10, 2024
@tomasol Thanks for the suggestion! That sounds like what we should be using then.
Would you be up for changing it to your suggestion in create_editor_settings_file from src/commands/new.rs (for both the VS Code and Emacs) and submit a PR?
I propose replacing the contents of
.vscode/settings.json
with
This works well even if the project is not part of a workspace, and the parameters are mentioned in the User Maunal as the default:
The main benefit is that the current setting skips checking tests, benches etc.
The text was updated successfully, but these errors were encountered: