Releases: ionide/Neptune-vscode
Releases · ionide/Neptune-vscode
1.3.4
1.3.1
-
Code Coverage changes:
- disable code coverage by default
- add code coverage toggle to settings
- don't copy code coverage targets if feature is disabled
-
License Key handling changes:
- make sure we ask for license key in all cases
- add
Neptune: Set License Key
command
1.2.0
- Move test explorer to its own view in activity bar
1.1.2
- Fix test reporting for NUnit's TestSource
- Add icon for
Go to test
command - Fix test reporting for NUnit/XUnit tests ending with
(Some text)
1.1.0
- Add support for NUnit's TestSource
- Add
Go to test
command to command palette - Add display mode that uses also projects and files
- Add commands to run tests in particular project or file
1.0.8
- Expecto test detection - don't treat
failtest
andskiptest
helpers as a functions - Expecto test detection - add support for
test
CE test cases - Create outnput channel for Expecto
- Fix bug in error message aggregation for Expecto runner
1.0.7
- Add support for FsCheck attributes
1.0.6
- Make sure tests are not detected multiple times by different detectors.
1.0.5
- Fix problem with running XUnit test for Full Framework, old style projects.
1.0.0
- Initial release
- Support for NUnit, XUnit and Expecto
- Support for .Net Framework and .Net Core
- Tree Explorer
- Integration with VSCode decorations and error panel
- CodeLenses for running and debugging tests