adapters -- https://github.com/jay-babu/mason-nvim-dap.nvim/blob/main/lua/mason-nvim-dap/mappings/adapters.lua configurations -- https://github.com/jay-babu/mason-nvim-dap.nvim/blob/main/lua/mason-nvim-dap/mappings/configurations.lua filetypes -- https://github.com/jay-babu/mason-n...
mason-nvim-dap.nvimcloses some gaps that exist betweenmason.nvimandnvim-dap. Its main responsibilities are: provide extra convenience APIs such as the:DapInstallcommand allow you to (i) automatically install, and (ii) automatically set up a predefined list of adapters ...
## [2.1.0](https://github.com/jay-babu/mason-nvim-dap.nvim/compare/v2.0.4...v2.1.0) (2023-05-01) 2 changes: 1 addition & 1 deletion 2 lua/mason-nvim-dap/mappings/adapters/codelldb.lua Original file line numberDiff line numberDiff line change @@ -8,7 +8,7 @@ local M...
jay-babu / mason-nvim-dap.nvim Public Notifications Fork 40 Star 568 Releases v1.2.0 v1.2.0 Compare github-actions released this 19 Feb 00:34 v1.2.0 6b5b5fc 1.2.0 (2023-02-18) Features obtain executable paths dynamically (3dff251) Assets 2 Loading 1 1 person react...
lua/mason-nvim-dap/mappings/source.lua Original file line numberDiff line numberDiff line change @@ -12,6 +12,7 @@ M.nvim_dap_to_package = { ['firefox'] = 'firefox-debug-adapter', ['php'] = 'php-debug-adapter', ['coreclr'] = 'netcoredbg', ['js'] = 'js-debug-a...