Skip to content

Commit

Permalink
feat: add lldb, bash, java, mock, puppet, netcore, php, js-debug-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia authored Oct 16, 2022
1 parent 240024e commit 30282c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/mason-nvim-dap/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ M.nvim_dap_to_package = {
['firefox'] = 'firefox-debug-adapter',
['php'] = 'php-debug-adapter',
['coreclr'] = 'netcoredbp',
['js'] = 'js-debug-adapter',
['lldb'] = 'codelldb',
['bash'] = 'bash-debug-adapter',
['javadbg'] = 'java-debug-adapter',
['javatest'] = 'java-test',
['mock'] = 'mockdebug',
['puppet'] = 'puppet-editor-services',

This comment has been minimized.

Copy link
@jay-babu

jay-babu Oct 19, 2022

Owner

do you mind explaining where js, bash, javadbg, javatest came from?

I don't see them here.

https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapter-installation#Mockdebug

}

M.package_to_nvim_dap = _.invert(M.nvim_dap_to_package)
Expand Down

0 comments on commit 30282c9

Please sign in to comment.