fix(dap): remove explicit load_launchjs call

This commit is contained in:
Marat Bondarenko 2024-10-23 15:46:53 +03:00
parent 7c7c196a78
commit fd92e9df27

View file

@ -69,11 +69,6 @@ return {
vscode.json_decode = function(str)
return vim.json.decode(json.json_strip_comments(str))
end
-- Extends dap.configurations with entries read from .vscode/launch.json
if vim.fn.filereadable(".vscode/launch.json") then
vscode.load_launchjs()
end
end,
},