Skip to content

Custom rust-analyzer.runnables.test.overrideCommand breaks Debug runnable button #22128

@DavisVaughan

Description

@DavisVaughan

With #21137 (comment) I now have the following setup:

    // `Run Test` and `Run Tests` nextest support
    "rust-analyzer.runnables.test.overrideCommand": [
        "cargo",
        "nextest",
        "run",
        "--package",
        "${package}",
        "${target_arg}",
        "${target}",
        "--",
        "${test_name}",
        "${exact}",
        "${include_ignored}"
    ],

This seems to break the Debug runnables button

Are they meant to be connected in this manner?

test2.mov

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions