pojokcodeid.nvim-lazy/lua/user/dap/settings/php.lua

7 lines
195 B
Lua
Raw Normal View History

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