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";
justMyCode = false;
program = "${file}";
pythonPath = function()
return getPythonEnv()
end;
pythonPath = getPythonEnv
},
}