add: dynamic dap config

This commit is contained in:
asep.komarudin 2024-06-27 11:53:44 +07:00
parent fe8e5296f9
commit 34d23ba464
3 changed files with 29 additions and 29 deletions

View file

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