Skip to content

Commit 9538926

Browse files
authored
fix: lombok is not working (#48)
1 parent 072e145 commit 9538926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/java-core/ls/servers/jdtls/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ function M.get_config(opts)
5353
'--add-opens',
5454
'java.base/java.lang=ALL-UNNAMED',
5555

56+
'-javaagent:' .. lombok_path,
57+
5658
'-jar',
5759
equinox_launcher,
5860

@@ -61,8 +63,6 @@ function M.get_config(opts)
6163

6264
'-data',
6365
workspace.get_default_workspace(),
64-
65-
'-javaagent:' .. lombok_path,
6666
}
6767

6868
if opts.use_mason_jdk then

0 commit comments

Comments
 (0)