add: dap config for other language

This commit is contained in:
asep.komarudin 2024-06-27 11:38:10 +07:00
parent cf21e5a91a
commit fe8e5296f9
4 changed files with 50 additions and 10 deletions

View file

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