The plugin directly integrates with the test module to provide real-time feedback on unit tests within vscode. This is the preferred method of execution during development.
Any test can be debugged on demand by running command-shift-t on OSX or ctrl-shift-t on win/linux.
Requirements
Tests will run on initial load of any file in the test/* directory that contains a @Test decorator.
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Release Notes
0.0.x
Alpha development of plugin, continuously updating.