- This extension goes in low maintenance mode in favor of rust-analyzer, which provides the same functionality, when vscode-lldb is available.
- Find correct target for integration tests 60d1f43, closes #15
- add test lens to async tests 1ee0155, closes #13
- allow arguments for main and test binaries (#12)
- multi root workspaces
- make test fn regex non greedy 4fec4cd
- Support for multi root workspaces (#7)
- Fixes issue #3 where there is more than one target created.
- Fixes issue #3 where tests in binary crate are not launched.
- Adds a Debug codelens to the main function in binaries and examples.
- Solves the problem if there are still multiple binaries found. E.g. integration tests.
- Sets the current working directory to the package root instead of the workspace root.
- Works now if the package contains multiple binaries.
- Fix issue with workspace containing a root crate #1
- Place codelens below
#[test]
- More caching
- Better error logging
- Initial release
- Adds a codelens to quickly debug a specific test.