Skip to content

Commit

Permalink
tweak(dap-python): use debugpy instead of ptvsd
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 30, 2023
1 parent 1634dfd commit 4f88b64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/me-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@

(use-package dap-python
:after dap-mode
:demand t)
:demand t
:custom
(dap-python-debugger 'debugpy)) ; the default `ptvsd' has beed depracated

(use-package dap-mouse
:after dap-mode
Expand Down

0 comments on commit 4f88b64

Please sign in to comment.