pocco81 / dap-buddy.nvim

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

Fix removing of php/ and jsnode/ folders on uninstall #27

Closed gbcreation closed 3 years ago

gbcreation commented 3 years ago

vscode-php-debug and vscode-node-debug2 debuggers are respectively cloned to the php/ and jsnode/ folders, but the uninstall statements tries to remove php_dbg/ and jsnode_dbg/ folders. This PR fixes that.

pocco81 commented 3 years ago

Awesome! Thanks for the PR :)