Skip to content

Commit

Permalink
bugfix(js)!: remove js. not officially supported by nvim-dap. #17
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu committed Dec 11, 2022
1 parent d6049cf commit 48a4aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/mason-nvim-dap/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ M.nvim_dap_to_package = {
['firefox'] = 'firefox-debug-adapter',
['php'] = 'php-debug-adapter',
['coreclr'] = 'netcoredbg',
['js'] = 'js-debug-adapter',
['codelldb'] = 'codelldb',
['bash'] = 'bash-debug-adapter',
['javadbg'] = 'java-debug-adapter',
Expand Down

0 comments on commit 48a4aa6

Please sign in to comment.