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:31:18 -06:00 committed by GitHub
parent 901cae76cb
commit 3106765ad5
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
require("dap.ext.vscode").load_launchjs(nil, {})
vscode.load_launchjs(nil, {})
end
end,
},