-
Notifications
You must be signed in to change notification settings - Fork 137
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
[BUG] Java Test Runner Refresh Tests fails with error message "command 'python.refreshTests' not found" #1348
Comments
I'm confused here, the command Could you provide detailed steps how I can repro this? Thanks. |
Ok, I guess I know what's happening here. Is it correct that you installed both If that is true, the one in the navigation bar is contributed by |
Sorry for the delayed response. Yes, I have both Java and python extensions installed. But I had python disabled on the workspace. (Adding this if it helps) In my case, both the refresh Icon on GUI and refresh option from the list gave this error. |
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!
The text was updated successfully, but these errors were encountered: