Watch
1
0
Fork
You've already forked dotfiles
0

nvim: Remove Java-specific DAP settings

This commit is contained in:
Olli 2026-06-06 11:17:50 +02:00
commit c93036d9f2

View file

@ -1,21 +1 @@
local dap = require("dap")
dap.configurations.java = {{
type = 'java',
request = 'attach',
name = 'Debug (Attach) port 5005',
hostName = '127.0.0.1',
port = 5005,
},{
type = 'java',
request = 'attach',
name = 'Debug (Attach) port 5006',
hostName = '127.0.0.1',
port = 5006,
},{
type = 'java',
request = 'attach',
name = 'Debug (Attach) port 5105',
hostName = '127.0.0.1',
port = 5105,
}}