fix(dap): debugger config via launch.json for c/c++

This commit is contained in:
Robin Kautz 2024-03-02 09:34:01 +01:00
parent 91126b9896
commit 055954e9d2
No known key found for this signature in database
GPG key ID: CA9A34D116062A93

View file

@ -149,6 +149,7 @@ return {
},
}
end
require("dap.ext.vscode").load_launchjs(nil, { codelldb = {'c', 'cpp'} })
end,
},
}