mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(dap): set host to 127.0.0.1 instead of localhost to prevent issues with ipv6. Fixes #3577
This commit is contained in:
parent
14d47f650c
commit
9b8a393edc
3 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ return {
|
|||
port = 5005,
|
||||
args = {},
|
||||
projectRoot = vim.fn.getcwd,
|
||||
hostName = "localhost",
|
||||
hostName = "127.0.0.1",
|
||||
timeout = 2000,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue