workaround for json decode

This commit is contained in:
2024-06-26 23:12:22 +02:00
parent 5101091fe7
commit 39c648bbbe
2 changed files with 55 additions and 0 deletions

View File

@ -90,6 +90,8 @@ return {
end,
})
require('dap.ext.vscode').json_decode = require('utils.json_workaround').decode_json
local pythonVenv = require('utils.python_venv')
function loadConfigs()