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
To set current working directory to whatever file you are executing at the time:
File > Preferences > Settings > Python > Data Science > Execute in File Dir
Thanks brch: Python in VSCode: Set working directory to python file's path everytime