debug adapter

This commit is contained in:
Your Name 2026-07-12 12:39:26 +08:00
parent 9863a4dfaf
commit 10dbee91ac
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ require('mason-nvim-dap').setup {
-- You'll need to check that you have the required things installed -- You'll need to check that you have the required things installed
-- online, please don't ask me how to install them :) -- online, please don't ask me how to install them :)
ensure_installed = { ensure_installed = {
-- Update this to ensure that you have the debuggers for the langs you want
'delve', 'delve',
'js-debug-adapter', 'js-debug-adapter',
}, },