We just released vscode-java 0.59.0, #LockdownEdition. On top of JDK 14 support, it also includes a new Syntax server, to bring you quick feedback until the Java Language Server finishes starting, courtesy of the @JavaAtMicrosoft team. Learn more at github.com/redhat-develop…
2
17
45
0
1
vscode-java now uses @EclipseJavaIDE's Java 14 compiler under the hood, which means any project using preview features from older Java versions need to be configured to compile against Java 14. Same thing happens every 6 months. Not using preview features? no problem.
@VSCodeJava @JavaAtMicrosoft @VSCodeJava does anyone know how to setup a #maven #vertx project for debugging on vscode?