Skip to content

v2.0.0.0 (TTS Enhanced Rev 6)

Compare
Choose a tag to compare
@Benjamin-Dobell Benjamin-Dobell released this 27 Jul 15:44
· 6 commits to master since this release

This release is very experimental. It has some decent improvements over Rev 5, but also some annoying bugs. If you're consistently having issues, please try Rev 5.

Known Issues

  • Hovering over property accessors on current nil variables will cause VSCode to show an exception, and the session will likely end up in an invalid state.

As a general rule, if the debug session gets in a bad state, you'll know about it because VSCode will show you errors and/or you'll see spinners where you expect to see variables in VSCode. If this occurs you'll have to disconnect the VSCode session from within VSCode and then reconnect.

New features

  • Improved breaking on error functionality.
  • Improved pause functionality.
  • Where possible reuse the same temporary file names for the same script between session reloads (e.g. Atom pushes).
  • Handle scripts with / in their name.
  • General debugging (Debug Adapter Protocol) fixes.

Note: The VSIX hasn't changed, just included in the release for posterity.