Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lua/java/api/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function M.config_dap()
end
JavaDap:new(jdtls()):config_dap()
if config.notifications.dap then
notify.info('DAP configured')
end
notify.info('DAP configured')
end
end)
.catch(get_error_handler('dap configuration failed'))
.run()
Expand Down
2 changes: 1 addition & 1 deletion lua/java/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local config = {
auto_install = true,
},
notifications = {
dap = true,
dap = true,
},
}

Expand Down
2 changes: 1 addition & 1 deletion lua/java/startup/mason-dep.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

function M.get_pkg_list(config)
local dependecies = {
{ name = 'jdtls-1.33.0', version = 'v1.33.0' },
{ name = 'jdtls', version = 'v1.31.0' },
{ name = 'lombok-nightly', version = 'nightly' },
{ name = 'java-test', version = '0.40.1' },
{ name = 'java-debug-adapter', version = '0.55.0' },
Expand Down