local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
return {
  type = "executable",
  command = "node",
  args = { path .. "/extension/out/phpDebug.js" },
}