-
Notifications
You must be signed in to change notification settings - Fork 37
Add ability to set Java version in VS Code settings #433
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
Conversation
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 27fc6e0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java 11 is still in existence for clients on releases prior to IBM i 7.6
Can you add in Java 11?
/QOpenSys/QIBM/ProdData/JavaVM/jdk11/64bit/bin/java
Signed-off-by: worksofliam <[email protected]>
@forstie Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does jdk11 need to appear here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@worksofliam ^^
Signed-off-by: worksofliam <[email protected]>
@forstie Got spot. Have another go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great.
Introduce a new setting to specify the Java version for the Server Component, allowing users to choose between Java 8, 17, and 21. Default value is set to Java 8.
Need to update docs.
Closes #426
How to test