v3.0.0-pre
Pre-releaseWhat 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, etc, please see Changelog for detail.
Many thanks 🙏 to @escaton, @blikblum, @vdh, @qalex!
pre-release
The muti-root change is not trivial, it impacted every component as they all need to be workspace/folder aware now. Thus we created this pre-release for people to play around and help us identify issues sooner. We encourage all users to try 3.0.0
pre-release when possible. (You can always switch back to the official version 2.9.2
if needed).
feel free to file issues or come to discuss with us in #442
How to test with 3.0.0?
- download
vscode-jest-3.0.0.vsix
from here - install the plugin:
code --install-extension vscode-jest-3.0.0.vsix
- this should install the extension to your vscode extensions folder.
- restart vscode
- You can then go to the extension tab in vscode and find
Jest
extension, if it shows "3.0.0" then the installation succeeded.
- You can then go to the extension tab in vscode and find