mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(dap): debugger config via launch.json for c/c++
This commit is contained in:
parent
91126b9896
commit
055954e9d2
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ return {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
require("dap.ext.vscode").load_launchjs(nil, { codelldb = {'c', 'cpp'} })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue