Skip to content

Commit 608bfb6

Browse files
authored
docs(initialization): update sourcePaths configuration path (#262)
Update the suggested `settings.json` initialization options configuration for fixing package declarations not matching source file paths to use the correct structure
1 parent eacaa3d commit 608bfb6

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,13 @@ MyProject/
376376
"lsp": {
377377
"jdtls": {
378378
"initialization_options": {
379-
"project": {
380-
"sourcePaths": [
381-
".",
382-
"src"
383-
]
384-
},
379+
"settings": {
380+
"java": {
381+
"project": {
382+
"sourcePaths": [".", "src"],
383+
}
384+
}
385+
}
385386
}
386387
}
387388
}

0 commit comments

Comments
 (0)