mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
571 stars 51 forks source link

docs: fix *dap-python.DebugpyConsole* tag #162

Closed jiangyinzuo closed 1 day ago

mfussenegger commented 1 day ago

Thanks - but the docs were generated. I've now documented that and also prefixed all type annotations with the module name.

See https://github.com/mfussenegger/nvim-dap-python/pull/167