Hi I'm a newbie to python and I was wondering as exactly as the title of this post/question. Everytime I save my file, and open it, whenever I change the code, it runs the same as my previous code as if I haven't changed it. And now, everytime I want to run a code, I have to save it and it's kinda tedious. I was wondering if there's an easy fix for this. Thank you. enter image description here
Asked
Active
Viewed 21 times
0
-
Set a Python Interpreter in VSCode and just use the "Run" option in VSCode to pass to the intepreter without using the terminal. More here https://code.visualstudio.com/docs/python/environments – Shred Oct 28 '21 at 17:03
-
Add `"files.autoSave": "afterDelay",` in **User Settings.json** can solve your question. – Molly Wang-MSFT Oct 29 '21 at 06:21