code-debug
code-debug copied to clipboard
add support for envFile
fix #258
so far untested; it is likely possible to also add unit tests; so work in progress (@ any one, feel free to take over)
I'm not (possibly anymore) familiar with the test setup - do we have a dev doc how to add tests and run them (outside of CI)?
I'm not (possibly anymore) familiar with the test setup - do we have a dev doc how to add tests and run them (outside of CI)?
The HACKING document does provide a brief overview in the testing section. The Unit tests use Mocha and I recommended the Mocha Test Explorer extension as an easy way to run the unit tests interactively.