-
Notifications
You must be signed in to change notification settings - Fork 160
Description
Starting about a week ago, code lenses for each test, as well as the lens for the test class as a whole, have stopped appearing. Also, no tests appear in the test explorer panel, though this may have been a pre-existing issue – I've never used the test explorer before so I can't say for sure.
Restarting or reloading vscode does not fix the problem, nor does restarting the computer, nor disabling and re-enabling the test runner code lens – or the root vscode code lens – setting (also tried disable+restart and re-enable+restart).
Project is using gradle and tests use junit. Gradle version was upgraded from 2.14.1
to 3.5.1
17 days ago, but the issue has only started occurring in the last week, so I'm not sure that the gradle upgrade is relevant to the problem.
Has anyone else experienced similar issues recently and does anyone have any ideas as to what might be causing the issue?