correctly call getpythonenv
This commit is contained in:
parent
41ce8f2063
commit
ebd55ecc55
@ -66,9 +66,7 @@ dap.configurations.python = {
|
||||
name = "Launch file with venv";
|
||||
justMyCode = false;
|
||||
program = "${file}";
|
||||
pythonPath = function()
|
||||
return getPythonEnv()
|
||||
end;
|
||||
pythonPath = getPythonEnv
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user