Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit e7e1436

Browse files
committed
feat: update DAP info in readme
1 parent 4274221 commit e7e1436

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Just install and start writing `public static void main(String[] args)`.
3232

3333
```lua
3434
local java = require('java')
35+
local dap = require("java.dap")
36+
37+
-- update dap config on attach event
38+
dap.setup_dap_on_attach()
3539

3640
require('lspconfig').jdtls.setup(java.get_config())
3741

0 commit comments

Comments
 (0)