8 lines
166 B
Lua
8 lines
166 B
Lua
return {
|
|
type = "server",
|
|
port = "${port}",
|
|
executable = {
|
|
command = vim.fn.exepath("codelldb"),
|
|
args = { "--port", "${port}" },
|
|
},
|
|
}
|