Skip to content

lombok.config ignored in 1.14.0 #2887

Description

@FlipWarthog

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
  1. Extract attached project
  2. Running mvn clean package from the commandline succeeds
  3. Loading the project into vscode with the 1.14.0 extension shows the error

Sample reproducer:
vscode-java-issue.zip

Issue example:
vscode-java-issue

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions