When I make a test case like this
/* |Run|Debug| */ #[test] fn test_case() { }
These nice Run and Debug buttons appear at the top of the case. I can click and run the tests or debug the test no problem.
But there are no shortcuts that can be assigned to these or a shortcut to run the last clicked test or debug session which would be super useful.
What I am currently suffering is that I navigate along the debugging session, I can restart from the top of the debug green reload icon, just fine. Except when I lose that, I have to search back the test case like an idiot to quickly re-run the debug. And this is taking a lot of time to explain to you nice people.
Swomebody please be kind enough to waste your time trying to fix this issue along with this issue: VS Code Shortcuts for Efficient Debug Run Test Workflow in Rust