mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: dynamic dap config
This commit is contained in:
parent
fe8e5296f9
commit
34d23ba464
3 changed files with 29 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
|
||||
return {
|
||||
ype = "executable",
|
||||
type = "executable",
|
||||
command = "node",
|
||||
args = { path .. "/extension/out/phpDebug.js" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue