mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update lua/lazyvim/plugins/extras/dap/core.lua
Co-authored-by: Micah Halter <micah@mehalter.com>
This commit is contained in:
parent
231628b24e
commit
42a0773360
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue