JeremyYao commented on code in PR #1180: URL: https://github.com/apache/daffodil-vscode/pull/1180#discussion_r1975852873
########## README.md: ########## @@ -31,10 +31,12 @@ This is an extension for Visual Studio Code (VS Code) which enables the interact ## Build Requirements -- Java Development Kit (JDK) 8 or higher +- Java Development Kit (JDK) 17 or lower, but higher than or equal to 8 Review Comment: When I was setting up my development environment, I used JDK 22 which caused issues with building. I downgraded to 17 and it seemed to fix the issue. -- 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]
