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
539 stars 48 forks source link

Make is-windows check more reliable #120

Closed mfussenegger closed 10 months ago

mfussenegger commented 10 months ago

sysname doesn't always contain Windows, depending on how Neovim is run on Windows it can contain stuff like MINGW32_NT-10.0

Closes https://github.com/mfussenegger/nvim-dap-python/issues/115