Environment:
OS: Mac
VS Code: 1.63.2
JDK: v11.0.12
Java Test Runner Extension: v0.33.0
Repro steps:
Open test runner.
Click on refresh test icon/Refresh from the 3 dot menu.
Result:
Tests are not refreshed and the following error is shown.
command 'python.refreshTests' not found
Expected Result:
Test cases shoul be refreshed.
Additional comments:
I have disabled python extensions in my hava workspace. I have multiple java folders(projects) added to this workspace. I dont get why python.refreshTests shows up in a Java environment.
Thanks!