You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode-java now provides support for Java 21 preview feature Unnamed classes and Instance main method, however, we're missing the Run/Debug codelens on the main() method
When trying Java 21 Unnamed classes and Instance main method with the JDT language server, the instance main method works as expected. However, the unnamed classes fail to compile. See the issue eclipse-jdtls/eclipse.jdt.ls#3089.
@fbricon Do we finish the full support for the unnamed classes in jdt language server?
vscode-java now provides support for Java 21 preview feature Unnamed classes and Instance main method, however, we're missing the Run/Debug codelens on the
main()
methodEnvironment
Steps To Reproduce
Current Result
No Run/Debug codelenses
Expected Result
Should be able to Run/Debug the class via codelenses either at the top of the file or over the
main()
methodAdditional Informations
The text was updated successfully, but these errors were encountered: