- Fix possible crashes of debugger that was attached to the child processes (#27).
- Fix missing line breaks in log messages (#28).
- Make child debugging opt-in instead of on-by-default (#25).
It is now required to set
"autoAttachChildProcess": true
in thelaunch.json
config to enable child process debugging.
- Initial pre-release