From e2cbe6bc46df859fac1fa68739742421740ab39a Mon Sep 17 00:00:00 2001 From: Conarius Date: Wed, 7 May 2025 17:21:34 +0200 Subject: [PATCH] fix(extras.php): update to mason v2 --- lua/lazyvim/plugins/extras/lang/php.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/php.lua b/lua/lazyvim/plugins/extras/lang/php.lua index 5a2835aa..0d886960 100644 --- a/lua/lazyvim/plugins/extras/lang/php.lua +++ b/lua/lazyvim/plugins/extras/lang/php.lua @@ -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",