mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras.php): update to mason v2
This commit is contained in:
parent
f844789abb
commit
e2cbe6bc46
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue