Skip to content

Add a command to cancel active cargo check #6163

Closed
@0x7CFE

Description

@0x7CFE

I'm working on a huge Rust project that takes ages even to do cargo check (not to mention release build). Obviously, it's not practical to disable check on save entirely, since it's very useful to have quick feedback on recent changes in the code right in the editor.

However, if everything was checked successfully then sometimes I'd like to do some real compile & run pass, for example to run the tests which I usually do from a separate terminal.

Unfortunately, that would be impossible, since lock would be held by an active cargo check that still checks dependencies of a recently changed module.

Anyway, it would be cool to have a way to cancel active check (like a command or something like a × button next to check progress) and proceed with external tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions