vscode-rust-test-adapter
vscode-rust-test-adapter copied to clipboard
Add debug support
It's interesting that this extension supports running of all tests even in nested workspaces, but
rust-test-lens extension https://github.com/hdevalke/rust-test-lens/issues/14 supports debugging, but still cannot just run a test from a workspace.
All users will win if both functionalities are combined...
Would love to add debug support to the test adapater, and still plan on doing so! We don't have a fixed timeline though (or even an estimate at this point), but Pull Requests would be happily accepted 😄
we're going to need this also - rust devs seem pretty keen on your plugin, so I might look into the rust-test-lens code. Both MIT licenses so happy days.
(Expect a lot more trade now Rust-Analyzer is on the marketplace)