enc: cpp config default

This commit is contained in:
asep.komarudin 2024-06-28 20:34:43 +07:00
parent 1a91af074f
commit d3b57e0fa6
6 changed files with 57 additions and 53 deletions

View file

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