Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code lenses for tests not showing #1310

Closed
dsyer opened this issue Sep 23, 2021 · 2 comments
Closed

Code lenses for tests not showing #1310

dsyer opened this issue Sep 23, 2021 · 2 comments
Labels

Comments

@dsyer
Copy link

dsyer commented Sep 23, 2021

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).

@jdneo
Copy link
Member

jdneo commented Sep 23, 2021

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:

image

@dsyer
Copy link
Author

dsyer commented Sep 23, 2021

Ah. So no code lenses any more. I have those margin markers now when I upgrade everything (extension is now v0.32.0). Amazing,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants