return { type = "server", port = "${port}", executable = { command = vim.fn.exepath("codelldb"), args = { "--port", "${port}" }, }, }