Skip to content

v1.6.2

Compare
Choose a tag to compare
@connor4312 connor4312 released this 08 Dec 01:32
· 3 commits to main since this release
88fa5a2

This release uses a TypeScript server plugin in VS Code's TypeScript Language Features to implement parsing of test files. This fixes issues where the simple JavaScript parser did not work, and should generally be more efficient as it reuses the language information VS Code already has in memory.

If you encounter problems with this release, you can revert to the old logic by setting "nodejs-testing.useTypescriptServer": false in your settings. If this resolves your problem, please make sure to open an issue, as I otherwise intend to remove this option in a later release.