scholarsmate commented on issue #386: URL: https://github.com/apache/daffodil-vscode/issues/386#issuecomment-1353190744
Doing a bit more digging I found [this](https://github.com/microsoft/java-debug/pull/393), so it appears the Java debugger is using an embedded JDK that comes from another extension that provides Java language support in VS Code. The extension they mention hasn't been updated in many years, so I think they're really referring to [this one](https://marketplace.visualstudio.com/items?itemName=redhat.java) which is actively maintained by Red Hat. Since the Java debugger, uses a Java Language Support extension, then we ought to be using the same embedded JDK rather than the OS provided one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
