With https://github.com/rust-lang/rust-analyzer/issues/21137#issuecomment-4254611341 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? https://github.com/user-attachments/assets/f1b1dd18-2dfa-4c26-861f-a9c6f4f71cbe
With #21137 (comment) I now have the following setup:
This seems to break the
Debugrunnables buttonAre they meant to be connected in this manner?
test2.mov