We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e2dac commit 96a8dc9Copy full SHA for 96a8dc9
lua/kickstart/plugins/debug.lua
@@ -31,7 +31,7 @@ return {
31
require('mason-nvim-dap').setup {
32
-- Makes a best effort to setup the various debuggers with
33
-- reasonable debug configurations
34
- automatic_setup = true,
+ automatic_installation = true,
35
36
-- You can provide additional configuration to the handlers,
37
-- see mason-nvim-dap README for more information
0 commit comments