Enhancements to crate testing
Version of VSCode: 1.10.1 Version of the extension: 0.3.10 OS: macOS 10.12.2 (Sierra)
Description:
Testing should have better integration with vscode rust extension.
- Enable Test runner in status bar (see screenshot)

- Add the ability to run or debug tests as a codelens (see screenshot)

@booyaa, The first isn't worth it since there are: a shortcut (CTRL+T), a command (Cargo: Test). The second one is interesting, but it requires time.
I've given more examples of why the first is useful. Asides performing the same function you refer to (Cargo: Test) it also gives status of tests.


Wow. Icons. Cool. What is the extension?
Both features can be found in this Python language extension: https://marketplace.visualstudio.com/items?itemName=donjayamanne.python
Related issue in RLS https://github.com/rust-lang-nursery/rls/issues/173