From 0cc43d02d26f512e987aa44b9e819824339ef9a0 Mon Sep 17 00:00:00 2001 From: dankusaur Date: Mon, 25 May 2026 20:01:38 +0300 Subject: [PATCH] docs(initialization): update sourcePaths configuration path --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c524b9a..13d00ee 100644 --- a/README.md +++ b/README.md @@ -376,12 +376,13 @@ MyProject/ "lsp": { "jdtls": { "initialization_options": { - "project": { - "sourcePaths": [ - ".", - "src" - ] - }, + "settings": { + "java": { + "project": { + "sourcePaths": [".", "src"], + } + } + } } } }