2024-06-27 11:38:10 +07:00
|
|
|
local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
|
|
|
|
return {
|
2024-06-27 11:53:44 +07:00
|
|
|
type = "executable",
|
2024-06-27 11:38:10 +07:00
|
|
|
command = "node",
|
|
|
|
args = { path .. "/extension/out/phpDebug.js" },
|
|
|
|
}
|