Update lua/lazyvim/plugins/extras/dap/core.lua

Co-authored-by: Micah Halter <micah@mehalter.com>
This commit is contained in:
Miguel Palau 2024-07-23 08:40:44 -06:00 committed by GitHub
parent 231628b24e
commit 42a0773360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ return {
-- Extends dap.configurations with entries read from .vscode/launch.json
if vim.fn.filereadable(".vscode/launch.json") then
vscode.load_launchjs(nil, {})
vscode.load_launchjs()
end
end,
},