-
Notifications
You must be signed in to change notification settings - Fork 646
tests don't run anymore after updating to vscode 1.26.0 #1844
Comments
I'm also seeing this intermittently after upgrading to 1.26.0. Sometimes, the "run test"/"debug test" buttons disappear, and the "Go: Run tests" action stops working. Restarting sometimes helps, but the issue comes back after a few minutes. |
|
Build on save functionality is completely broken for me in 1.26. Every time I save I get the following in the console:
Attempting to use the command pallet to build the current workspace also fails with the following error:
|
@nboughton I've created a new issue for your case. See #1850 |
I see the same error message in the developer console. When I try to run the tests manually, it displays a popup:
(even if I've got a test file) I confirm that a downgrade to 1.25 fixes the issue. |
Do you mean the error about
For |
Yes, #1850 fix is working for me, thanks !
This bug is also solved with #1850 fix |
That's good to know, thanks! |
Steps to Reproduce:
"automatic test on save" doesn't work anymore too.
With vscode 1.25 it works.
The text was updated successfully, but these errors were encountered: