Extremely poor performance and broken results on latest version 0.4.81 (0.4.80 is fine)
No idea what is going on but some tests take a very long time to run and while waiting to run freeze up the environment (VSCode responds but I am unable to perform operations such as saving a file). Rolling back to 0.4.80 fixes the issue for me so it is some regression with 0.4.81 that has caused it.
I am also getting issues where the results view and console say the test has passed but the text editor says that it has failed.
This issue does not happen for all files being tested - I don't know why some have the issue and some don't. Unfortunately I can't share the source I am working on for reproduction but hopefully if others are getting issues they might be able to post a minimal test case.
Note: I am using VSCode in a SSH environment running tests and editing source on a remote machine.
i reverted the last commit
Enabling the "Enable Code Lens - Bring back the old CodeLens feature" also works fine with v0.4.81.
then its related to the new Test API Explorer. i will figure it out.
@nottud are you in windows or linux?
@firsttris Hello - sorry for the slow reply as I was away for the weekend. I am using VSCode on Windows and the remote machine I am working on is on Linux.
If it helps I do have the code lens feature off.
I'm experiencing this as well on a Windows machine, I've rolled back to 0.4.80
i reverted the commit, 0.4.82 is the previous version, same as 0.4.80
i will release a new version once i polished those two issues.