This extension allows you to run unit tests for prolog files using the integrated Visual studio Code Testing Framework.
SWI Prolog must be installed and the path to the executable must be set in the environmental Variable PATH. (test in terminal to check: swipl --version)
No known issues. (Please report any issues to the github repository)
0.5.0:
- Added support for multiple test files
- Added support for prolog test files
- Added support for prolog files with multiple tests
- Added support for SWI-Prolog
Enjoy!