-
Notifications
You must be signed in to change notification settings - Fork 347
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
No delegateCommandHandler for vscode.java.resolveMainMethod #1449
Comments
I too was having this issue. Found this in the 'Java Language Server Log': Contains: Cannot extract bundle symbolicName or version c:\Users\ME\.vscode\extensions\vscjava.vscode-java-debug-0.56.2024021907\server\com.microsoft.java.debug.plugin-0.51.1.jar Found this in the directory: C:\Users\ME\.vscode\extensions\vscjava.vscode-java-debug-0.56.2024021907\com.microsoft.java.debug.plugin-0.51.0.jar Created a copy of THIS file and renamed it: C:\Users\ME\.vscode\extensions\vscjava.vscode-java-debug-0.56.2024021907\com.microsoft.java.debug.plugin-0.51.1.jar Restarted VScode and am now able to launch/debug Java code. |
The pre-release version 0.56.2024022605 should have fixed this issue. |
[provide a description of the issue]
Environment
Steps To Reproduce
[attach a sample project reproducing the error]
attach logs
Current Result
Expected Result
Additional Informations
The text was updated successfully, but these errors were encountered: