mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(dap): remove explicit load_launchjs call
This commit is contained in:
parent
7c7c196a78
commit
fd92e9df27
1 changed files with 0 additions and 5 deletions
|
|
@ -69,11 +69,6 @@ return {
|
||||||
vscode.json_decode = function(str)
|
vscode.json_decode = function(str)
|
||||||
return vim.json.decode(json.json_strip_comments(str))
|
return vim.json.decode(json.json_strip_comments(str))
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Extends dap.configurations with entries read from .vscode/launch.json
|
|
||||||
if vim.fn.filereadable(".vscode/launch.json") then
|
|
||||||
vscode.load_launchjs()
|
|
||||||
end
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue