- #268: Improve test discovery experience
- #261: Filter duplicate detected test folders
- #246: Add openPanel command to and set Status Bar command to trigger
- #257: Add option to merge tree nodes with only one child
- #263: Upgrade packages
- #260: Don't remove directories without tests
- #256: Show welcome message when no tests are discovered
- #211: Fix "forever spinning"
- #238: Fix warning message typo
- #219: Place code lens icon on lens row
- #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
- #187: Made "go to test" more robust
- #184: Fixed codelens display for xunit
- #183: Fixed crash for VSCode Version 1.31.0 on Mac.
- #165: Multiple workspace support
- #164: Double-quote argument to dotnet --filter
- #156: Fix unfound tests when using Go to Test feature with F#
- #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
- #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
- #138: Better support for TestFixture names
- #135: Supporting special characters in test cases on windows
- #130: Update tree based on test results
- #126: Fixed so custom tests parameters does not cause display issues
- #122: Handle testProjectPath change
- #118: More telemetry
- #117: Better test result icons for light theme
- #112: Support multiple test projects in a workspace
- #111: Left clicking on test open test by default
- #74: Move the view to Test view container
- #72: Add failed tests to problems view
- #70: Show spinner for currently running test(s)
- #67: Option to auto expand tree
- #62: Better support for xunit theories
- #51: TreeView support for NUnit and MSTest
- #50: Can use relative path for test result file path
- #45: Run test(s) in context
- #46: Changing pathForResultFile does not require code reload
- #43: Go to test code from tree
- #42: Show test results in tree for xunit
- #41: Show spinner while discovering tests
- #40: Setting for where to store test result file
- #24: Display test results in CodeLens for C# test projects
- #20: Add support for test names that contain data
- Support for multiple projects
- Added options for disabling rebuild and restore
- Support tree view for xUnit
- Evaluate working dir before running all tests
- Add support for xUnit
- Enable relative path of test project
- Allow to specify searched text in MSBuld output
- Not show pop-up error message
- Initial Release