I can't run my Python code in VS Code.
Hello,
I've been coding in Python on VSCode for a few days (I was coding on EduPython in high school). Everything was going well until yesterday: I don't know why, VSCode is not executing my program, nothing shows up in the console, not even an error message. I tried with a simple command (just a simple print("test")) but nothing happens.
Do you have a solution?
3 answers
-
Hello,
haven't the "python tools" disappeared?
https://code.visualstudio.com/docs/languages/python
If not, try VSCodium, it's the same without the Microsoft trackers...
See you blux "Stupid people dare everything.
That's even how we recognize them" -
Thank you for your reply.
No, they haven't disappeared and I tried uninstalling and then reinstalling them, without success. I will try VSCodium.
-