I downloaded the program and configured a couple of details. (I’m almost sure that they do not affect the operation of the program). I wrote a simple code to output text. Everything works in the terminal, but it doesn’t show anything in Output. (Python)
I don’t know how to fix this and I hope you can help me
2
Answers
Do you have the python extension ? If yes the output will be in the "terminal" section if I say true.
to run code in the output section of visual studio code you can use the extension Code Runner
just install, then press CTRL + ALT + N to run the file (supports c++ & python)
this is Supersu’s response from the page:enter link description here