-
Notifications
You must be signed in to change notification settings - Fork 134
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
Extension might not be activated since 0.34.1 #1381
Comments
Will it help if you re-load the window? Is it occurring for all Java projects? |
Reloading does not help. I also don't get any error message. It just doesn't show the tests anymore. |
Thank for the information. Is it possible to share a sample project for this issue? |
The repo this happens in is unfortunately private. The only thing that (IMHO) is uncommon is that this repo has an explicit unittest subproject containing all unittests for all modules instead of tests in each submodule (It's a Maven multi module project) It also has some few "normal" unit tests in each submodule though. But those are not recognized either |
Hi @Sandared, I tried to make some changes, not sure if I found the root cause or not. Would you mind to try installing this bit and let me know if the problem get solved? |
Hi @jdneo, I confirm the same issue with the vanilla 0.34.1. When downgrading to 0.34.0 all is back to normal. |
Hi @jdneo , |
Hi all, 0.34.2 is now planned to release in early next week. In 0.34.2 we also adopted one new API from VS Code, so please remember to update your VS Code to 1.65.0. |
When using version 0.34.1 (I did so on Gitpod) none of my tests are recognized anymore.
No play button is shown and also in the Testing View no tests are shown. Everything works fine with 0.34.0
The text was updated successfully, but these errors were encountered: