connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
50 stars 7 forks source link

Add an option to pass console output through - feature request #48

Closed aantia closed 4 months ago

aantia commented 4 months ago

Currently console output is suppressed unless the Verbose option is set. I often use console.log for debugging my code, so I would greatly appreciate an option to pass console output through to the test result without all the other debug information from the extension. It may be better to send it to the Output tab in the terminal - I don't know much about how these things work and what is possible or preferred.

aantia commented 4 months ago

This appears to have been user error...