add firefox adapter and config; fix tables
This commit is contained in:
parent
ee05de7d29
commit
0f18e541c6
5 changed files with 30 additions and 4 deletions
10
lua/custom/dap/adapters/firefox.lua
Normal file
10
lua/custom/dap/adapters/firefox.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
local dap = require("dap")
|
||||
|
||||
dap.adapters.firefox = {
|
||||
type = "executable",
|
||||
command = "node",
|
||||
args = {
|
||||
vim.fn.stdpath("data") ..
|
||||
"/mason/packages/firefox-debug-adapter" ..
|
||||
"/dist/adapter.bundle.js" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue