mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-24 23:00:03 +01:00
Merge pull request #851 from howird/main
languages/python: fix python dap configuration regression
This commit is contained in:
commit
d91df07c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
end
|
||||
end
|
||||
|
||||
dap.configurations.debugpy = {
|
||||
dap.configurations.python = {
|
||||
{
|
||||
-- The first three options are required by nvim-dap
|
||||
type = 'debugpy'; -- the type here established the link to the adapter definition: `dap.adapters.debugpy`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue