-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Labels
Description
Running in a devcontainer java build fails to properly compile lombok annotation support. Rolling back to 1.7.0 release resolves the issue.
Environment
- Operating System: Ubuntu 20.04.4 LTS (Focal Fossa)
- JDK version: 1.8
- Visual Studio Code version: 1.68.1 (Universal)
- Java extension version: 1.8.0 and 1.9.2022070604
Steps To Reproduce
- install
vscjava.vscode-java-packandvscjava.vscode-lombokin a devcontainer - reload as requested
Current Result
Java Building [Done] with errors
Expected Result
Java Building [Done] without errors
Additional Informations
Downgrading to 1.7.0 resolves the issue.
Reactions are currently unavailable