Releases: formulahendry/vscode-dotnet-test-explorer
Releases · formulahendry/vscode-dotnet-test-explorer
v0.7.0
- #209: Set cli language to english before executing our commands
- #208: Fixes to xunit theories names and go to test
- #204: Adds beta for debug test
v0.6.6
- #193: Added setting to run things in parallel
- #192: Removed old way of returning test results
v0.6.5
- #190: Re-work how we fetch test results
- #188: Auto watch now works for multiple test directories
v0.6.4
- #187: Made "go to test" more robust
v0.6.2
- #183: Fixed crash for VSCode Version 1.31.0 on Mac.
v0.6.1
- #176: Fix typo discoverd -> discovered
- #174: Don't build when user has passed --no-build
v0.6.0
- #165: Multiple workspace support
- #164: Double-quote argument to dotnet --filter
- #156: Fix unfound tests when using Go to Test feature with F#
v0.5.5
- #158: Fixed code lense and test in context after executeDocumentSymbolProvider changes
- #152: Better handling when tests fail to build
- #151: Allow user to cancel running test proccesses
v0.5.4
- #146: Support dot in inline data
- #142: Fix for tests with similar names get run together
- #141: Better navigate to test when multiple symbols points to same test
v0.5.3
- #138: Better support for TestFixture names
- #135: Supporting special characters in test cases on windows