correctly call getpythonenv

This commit is contained in:
oli
2022-09-09 20:51:20 +02:00
parent 41ce8f2063
commit ebd55ecc55
+1 -3
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
},
}