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