I am trying to debug my python program in VSCode where I\'m getting its directory. When I run os.getcwd() from the terminal, I get the correct directory, but wh
os.getcwd()