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
I have seen similar issues (#470, #576, #797) but none of the resolutions seems to apply. The test view is there and it works, but the code lenses just aren't working. They are working for main methods (to run the app) but not for tests. There are no errors in the language server logs. There are errors in the developer tools console, but none of them looks helpful (e.g. timeouts and resource not found type errors, but async so no details).
The text was updated successfully, but these errors were encountered:
What's the version of your test runner? We recently adopted to the new testing APIs from VS Code, now to run a test, you can use the testing decoration at the left side of the editor:
I have seen similar issues (#470, #576, #797) but none of the resolutions seems to apply. The test view is there and it works, but the code lenses just aren't working. They are working for main methods (to run the app) but not for tests. There are no errors in the language server logs. There are errors in the developer tools console, but none of them looks helpful (e.g. timeouts and resource not found type errors, but async so no details).
The text was updated successfully, but these errors were encountered: