Follow these quick steps:
- Open your project in Visual Studio.
- Right-click your project in Solution Explorer and hit Properties.
- Head to the Debug tab.
- Find the "Launch:" dropdown (might be under "Console Application" or "Application").
- Choose "Integrated Terminal" or something similar from that dropdown.
- Save your changes.
Voilà! Next time you run your app, it'll pop up in the integrated terminal.
Pretty neat, right?