Skip to content

Symbols not getting resolved for lombok on vs code #72

@smadll

Description

@smadll

I'm using OSS version 1.66.0 of vs code. My vscode-lombok extension version is 1.0.1. My jdk is OpenJDK 11. I'm getting a whole bunch of errors like

The method builder() is undefined for the type MyClass
log cannot be resolved

My vs code config is

{
    "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m"
}

So far, I tried cleaning workspace cache, clean java language server workspace, deleting the workspaceStorae folder from .config. None of them helped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions