fix(extras.php): update to mason v2

This commit is contained in:
Conarius 2025-05-07 17:21:34 +02:00
parent f844789abb
commit e2cbe6bc46

View file

@ -48,7 +48,7 @@ return {
optional = true,
opts = function()
local dap = require("dap")
local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
local path = vim.fn.exepath("php-debug-adapter")
dap.adapters.php = {
type = "executable",
command = "node",