File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ function M.config_dap()
2828 end
2929 JavaDap :new (jdtls ()):config_dap ()
3030 if config .notifications .dap then
31- notify .info (' DAP configured' )
32- end
31+ notify .info (' DAP configured' )
32+ end
3333 end )
3434 .catch (get_error_handler (' dap configuration failed' ))
3535 .run ()
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ local config = {
2727 auto_install = true ,
2828 },
2929 notifications = {
30- dap = true ,
30+ dap = true ,
3131 },
3232}
3333
Original file line number Diff line number Diff line change 4444
4545function M .get_pkg_list (config )
4646 local dependecies = {
47- { name = ' jdtls-1.33.0 ' , version = ' v1.33 .0' },
47+ { name = ' jdtls' , version = ' v1.31 .0' },
4848 { name = ' lombok-nightly' , version = ' nightly' },
4949 { name = ' java-test' , version = ' 0.40.1' },
5050 { name = ' java-debug-adapter' , version = ' 0.55.0' },
You can’t perform that action at this time.
0 commit comments