I've recently been using other languages (sacrilege, I know! ) and both Go and Node have fantastic support for the Test Explorer within VSCode. That is, the "Testing" sidebar section which then shows every test within the project and lets you easily run any/all of them direct from there,
I can't work out how to get this to work with Rust, or if it's even possible. It would be hugely useful if it could be, so that I can be editing code in one area and trivially run tests that are related but not in the same area - e.g. integration tests.
Is this possible? And if so, how do I make it work?