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
901cae76cb
commit
3106765ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ return {
|
||||||
|
|
||||||
-- Extends dap.configurations with entries read from .vscode/launch.json
|
-- Extends dap.configurations with entries read from .vscode/launch.json
|
||||||
if vim.fn.filereadable(".vscode/launch.json") then
|
if vim.fn.filereadable(".vscode/launch.json") then
|
||||||
require("dap.ext.vscode").load_launchjs(nil, {})
|
vscode.load_launchjs(nil, {})
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue