Skip to content

Commit

Permalink
Also register the adapter under debugpy
Browse files Browse the repository at this point in the history
Closes #129
  • Loading branch information
mfussenegger committed Feb 19, 2024
1 parent f5b6f3a commit 66560f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dap-python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ function M.setup(adapter_python_path, opts)
})
end
end
dap.adapters.debugpy = dap.adapters.python

if opts.include_configs then
local configs = dap.configurations.python or {}
Expand Down

0 comments on commit 66560f0

Please sign in to comment.