From a10f05b77ddbf7868f2832789fe81a2b6881165f Mon Sep 17 00:00:00 2001 From: peanut996 Date: Thu, 30 Jan 2025 01:30:13 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4481fb6..926c0f3 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,12 @@ for example: "/**/test/**" ] }, - "lombokSupport": { - "enabled": false // Set this to true to enable lombok support + "jdt": { + "ls": { + "lombokSupport": { + "enabled": true + } + } }, "referencesCodeLens": { "enabled": false From a0c793256ad6b9f906d789456184bb8cd82d61b0 Mon Sep 17 00:00:00 2001 From: peanut996 Date: Thu, 30 Jan 2025 01:33:26 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 926c0f3..ebf3830 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ for example: "jdt": { "ls": { "lombokSupport": { - "enabled": true + "enabled": false // Set this to true to enable lombok support } } },