vscode-rust-test-adapter icon indicating copy to clipboard operation
vscode-rust-test-adapter copied to clipboard

Add debug support

Open calebcartwright opened this issue 6 years ago • 3 comments

calebcartwright avatar Feb 01 '19 01:02 calebcartwright

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...

buybackoff avatar Jan 21 '20 21:01 buybackoff

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 😄

calebcartwright avatar Jan 22 '20 01:01 calebcartwright

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)

gilescope avatar Feb 18 '20 17:02 gilescope