Home > OS >  How do I make vs code put the output of my c program in TERMINAL panel?
How do I make vs code put the output of my c program in TERMINAL panel?

Time:11-01

I'm trying to build and run C code with vscode on windows 10.

I've gone through the enter image description here

However, there's still an issue yet.

each time run my program via "Run | Run Without Debugging", the panel switches automatically to "TERMINAL"

enter image description here

So I have to switch to the DEBUG CONSOLE manually each time I run the code, which is tediously boring.

Is there a way to keep the "DEBUG CONSOLE" panel active or show the output of my program in "TERMINAL" panel

I also tried the suggestion in another Picture for settings you should change manually.

  • Related