Remove comment in codelldb dap

This commit is contained in:
Martin Larsson 2025-02-23 01:37:04 +00:00
parent d7adf5fb7c
commit 2fbadbb9ce

View file

@ -2,7 +2,7 @@ return {
type = "server", type = "server",
port = "${port}", port = "${port}",
executable = { executable = {
command = vim.fn.exepath("codelldb"), -- Update with your codelldb binary path command = vim.fn.exepath("codelldb"),
args = { "--port", "${port}" }, args = { "--port", "${port}" },
}, },
} }