Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 608 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 608 Bytes

Change Log

Unreleased

1.1.0

  • Fix possible crashes of debugger that was attached to the child processes (#27).
  • Fix missing line breaks in log messages (#28).

1.0.0

  • Make child debugging opt-in instead of on-by-default (#25). It is now required to set "autoAttachChildProcess": true in the launch.json config to enable child process debugging.

0.1.0

  • Initial pre-release