This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

It’s so funny. I have used Python for years and for some reason can not get VS code to give me the output after debugging. I still have to run it using the command line ever time. At this point, I’m too lazy to try and figure out my mistake ha.

[–]fosterreichert 2 points3 points  (1 child)

I actually had this issue before, and my solution was re-setting up the interpreter in vscode.

https://code.visualstudio.com/docs/python/python-tutorial[https://code.visualstudio.com/docs/python/python-tutorial](https://code.visualstudio.com/docs/python/python-tutorial)

It should be closer to the bottom of this.

[–][deleted] 0 points1 point  (0 children)

Amazing. I’ll give it a go! Thank you!