master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit ebd55ecc55 - Show all commits

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;
}, },
} }