vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
740 stars 83 forks source link

Known issues with pre-release #314

Closed sheremet-va closed 5 months ago

sheremet-va commented 5 months ago

Describe the bug

This report is a collection of known issues related to the latest pre-release. This list only has features that were working prior to the pre-release version. The fact that the issues are known doesn't mean someone is working on a fix. If you can help, please open a pull request with fixes.

oenu commented 5 months ago

Another possible issue (adding here before making an issue card), seems that the extension might not be respecting the threads limits in a config file. I am using canvas so have to disable multithreads, so get Module did not self-register errors in the Test explorer but not my cli. Happy to provide more details if needed

sheremet-va commented 5 months ago

Another possible issue (adding here before making an issue card), seems that the extension might not be respecting the threads limits in a config file. I am using canvas so have to disable multithreads, so get Module did not self-register errors in the Test explorer but not my cli. Happy to provide more details if needed

Please, create a separate issue with a reproduction.