correctly call getpythonenv
This commit is contained in:
parent
41ce8f2063
commit
ebd55ecc55
@ -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;
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user