correctly call getpythonenv

This commit is contained in:
Oliver Hartmann 2022-08-13 19:18:09 +02:00
parent 41ce8f2063
commit ebd55ecc55

View File

@ -66,9 +66,7 @@ dap.configurations.python = {
name = "Launch file with venv"; name = "Launch file with venv";
justMyCode = false; justMyCode = false;
program = "${file}"; program = "${file}";
pythonPath = function() pythonPath = getPythonEnv
return getPythonEnv()
end;
}, },
} }