perf(dap): nvim-dap runs load_launchjs automatically

This commit is contained in:
Micah Halter 2024-06-09 13:35:35 -04:00
parent fc46125089
commit 19bb4a9015
No known key found for this signature in database
GPG key ID: 4224A6EA9A8CAAA8

View file

@ -91,7 +91,6 @@ return {
vscode.json_decode = function(str)
return vim.json.decode(json.json_strip_comments(str))
end
vscode.load_launchjs()
end,
},