Skip to content

Commit 66560f0

Browse files
committed
Also register the adapter under debugpy
Closes https://github.com/mfussenegger/nvim-dap-python/issues/129
1 parent f5b6f3a commit 66560f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/dap-python.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ function M.setup(adapter_python_path, opts)
208208
})
209209
end
210210
end
211+
dap.adapters.debugpy = dap.adapters.python
211212

212213
if opts.include_configs then
213214
local configs = dap.configurations.python or {}

0 commit comments

Comments
 (0)