Skip to content

Commit 94d1ee1

Browse files
chagongCopilot
andauthored
test: disable unused Lombok integration in JUnit fixture (#1930)
Disable the bundled Lombok agent only in the JUnit test workspace, which has no Lombok dependency, to avoid upstream JDT indexing failures. Related: redhat-developer/vscode-java#4504 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 83ac274 commit 94d1ee1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"java.server.launchMode": "Standard"
2+
"java.server.launchMode": "Standard",
3+
"java.jdt.ls.lombokSupport.enabled": false
34
}

0 commit comments

Comments
 (0)