11 lines
166 B
Lua
11 lines
166 B
Lua
return {
|
|
codelldb = {
|
|
type = "server",
|
|
port = "${port}",
|
|
executable = {
|
|
command = "codelldb",
|
|
args = { "--port", "${port}" },
|
|
},
|
|
},
|
|
}
|