ensure mason installs codelldb for dap integration

This commit is contained in:
Gered 2024-09-04 12:18:11 -04:00
parent 3fde32555f
commit afa89e69b1

View file

@ -65,6 +65,7 @@ return {
ensure_installed = { ensure_installed = {
-- Update this to ensure that you have the debuggers for the langs you want -- Update this to ensure that you have the debuggers for the langs you want
--'delve', --'delve',
'codelldb',
}, },
} }