adiciona java-debug-adapter em configurações do dap

This commit is contained in:
Lucas Garcia Rubio 2025-03-06 15:22:42 -03:00
parent ea43ec1ed2
commit 27382201d1
3 changed files with 3 additions and 2 deletions

View file

@ -94,7 +94,8 @@ return {
-- online, please don't ask me how to install them :)
ensure_installed = {
-- Update this to ensure that you have the debuggers for the langs you want
'delve',
-- 'delve',
'java-debug-adapter',
},
}