I\'m starting to use vscode for Python. I have a simple test program. I want to run it under debug and I need to set the working directory for the run.
How/where d
You can set up current working directory for debugged program using cwd argument in launch.json
cwd
launch.json