Improve mason deps' assets resolution

This commit is contained in:
TheDSCPL 2025-05-14 02:29:56 +00:00
parent 759e410984
commit 060b7ca704
No known key found for this signature in database
GPG key ID: 47B781E11EFDE8AD
3 changed files with 10 additions and 9 deletions

View file

@ -50,7 +50,7 @@ return {
local dap = require("dap")
dap.adapters.php = {
type = "executable",
command = "php-debug-adapter",
command = vim.fn.exepath("php-debug-adapter"),
args = {},
}
end,