'Terminal doesn't work and only shows codes on output(vs code)
I installed python from the extensions, named my file dohoon.py but the code doesn't run in terminal. If I write the code in terminal and press enter, the code works out perfectly but if I write my code on my file and press the run code button on the upper right, the code doesn't work in terminal and vs just shows 'output' with bunch of colorful codes that I cannot understand. So, how can I write code in the file, run it with the play button and make it work in terminal?
Solution 1:[1]
Choose the second "Run Python File"
The first one "Run Code" will run the file and tell you the result in "OUTPUT".
The second one "Run Python File" can show the result in your default terminal.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MingJie-MSFT |

