❔ Launch in integrated terminal, but in VS
I've been using Visual Studio for a week now, and i noticed that each time i run my project, it opens a new Terminal window. Coming from VSCode i find this very annoying, is there any way to change this behaviour? Thanks in advance!
4 Replies
seems unlikely given this is recent and only remote linux
https://devblogs.microsoft.com/cppblog/debug-linux-console-apps-in-visual-studios-integrated-terminal/
Sinem Akinci
C++ Team Blog
Debug Linux Console apps in Visual Studio’s Integrated Terminal - C...
We have now added the capability for users to debug their C++ Linux Console applications from the Integrated Terminal in Visual Studio 2022 17.5 Preview 3! To learn more about what the Integrated Terminal does and how to work with it in Visual Studio,
Trust me, integrated terminal output sucks.
Especially for TUI apps
this
Visual Studio Code's integrated terminal is terrible and throws errors on >50% of the basic functions in
System.Console
"console": "externalTerminal",
for the winWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.