I can\'t seem to open basic text files when I run a python script in VS Code, the code runs fine when I use it in Idle but VSCode will give me a FileNotFound error, is there
Try setting
"python.terminal.executeInFileDir": true,
in your VSCode Settings