You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VSCode extension has to use subprocesses extensively and this proves difficult to do well, so we should consider leveraging the shared experience of a libray.
The text was updated successfully, but these errors were encountered:
In our exploration of js testing in Hardhat 3 we found that vitest uses tinypool for subprocess handling:
https://github.com/tinylibs/tinypool
The VSCode extension has to use subprocesses extensively and this proves difficult to do well, so we should consider leveraging the shared experience of a libray.
The text was updated successfully, but these errors were encountered: