pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

feat(python): Add support for auto switching to activated virtualenv #25

Closed kozer closed 3 years ago

kozer commented 3 years ago

When we have a project using venv, the default python path is not switching to this venv. Add support to automatically switching to the current project python path.

pocco81 commented 3 years ago

Thanks for the PR :)