Skip to content

v3.0.2

Choose a tag to compare

@connectdotz connectdotz released this 04 Jul 07:17
· 355 commits to master since this release

merged from beta releases (3.0.0-pre, 3.0.1-pre), recap:

What is new

One of the main features introduced in 3.0.0 is to support vscode multi-root workspaces, a popular request, especially for monrepo projects.

This release also included many other highly desired features/fixes, such as

  • debugger break-point misalignment
  • restart commands
  • snapshot preview
  • test result being ignored (not updating test status indicator)
  • improve template-literal test name support

and some internal improvement:

  • reduced the extension footprint by 90% (installation/upgrade should be a lot faster)
  • applied security patches flagged by github
  • added linter for more consistent coding style

see #442 and Changelog for more detail.

Many thanks 🙏 to @escaton, @blikblum, @vdh, @qalex, @connectdotz, @stephtr !