Skip to content

Commit

Permalink
feat: adding firefox adapter, but as a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beardage committed Oct 15, 2022
1 parent bd76e38 commit 43f3b2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nvim/lua/beardage/plugins/dap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ dap.adapters.chrome = {
args = { os.getenv("HOME") .. "/.local/share/nvim/mason/packages/chrome-debug-adapter/out/src/chromeDebug.js" },
}

-- Adapters: firefox
-- dap.adapters.firefox = {
-- type = "executable",
-- command = "node",
-- args = { os.getenv("HOME") .. "/.local/share/nvim/mason/packages/firefox-debug-adapter/dist/adapter.bundle.js" },
-- }

dap.configurations.javascript = {
{
type = "node2",
Expand Down

0 comments on commit 43f3b2a

Please sign in to comment.