After updating the extension to 1.14.0, my lombok.config file is being ignored, specifically the lombok.log.fieldName=LOG setting.
Environment
- Operating System: Windows
- JDK version: 14
- Visual Studio Code version: 1.74.3
- Java extension version: 1.14.0
Steps To Reproduce
- Extract attached project
- Running
mvn clean package from the commandline succeeds
- Loading the project into vscode with the 1.14.0 extension shows the error
Sample reproducer:
vscode-java-issue.zip
Issue example:

Current Result
vscode shows that LOG cannot be resolved to a variable, and log is not used.
Expected Result
lombok.config changes log to LOG so this error/warning combo should not be shown.
Additional Information
I did confirm that manually reverting back to 1.13.0 makes the issue go away.
After updating the extension to 1.14.0, my
lombok.configfile is being ignored, specifically thelombok.log.fieldName=LOGsetting.Environment
Steps To Reproduce
mvn clean packagefrom the commandline succeedsSample reproducer:
vscode-java-issue.zip
Issue example:

Current Result
vscode shows that
LOGcannot be resolved to a variable, andlogis not used.Expected Result
lombok.configchangeslogtoLOGso this error/warning combo should not be shown.Additional Information
I did confirm that manually reverting back to 1.13.0 makes the issue go away.