Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created March 7, 2025 16:38
Show Gist options
  • Save timheuer/e40b42718ee93864062b0f5161f2f9a2 to your computer and use it in GitHub Desktop.
Save timheuer/e40b42718ee93864062b0f5161f2f9a2 to your computer and use it in GitHub Desktop.
Default console output

Console Output

There are 3 ways console output can be displayed in VS Code. These are explained here: https://code.visualstudio.com/docs/csharp/debugger-settings#_console-terminal-window

Below are example outputs using a standard .NET Console app with some Hello World WriteLine statements and ending in a ReadLine

What do you like and want to be the default.

integratedConsole (current default)

Uses the Debug Console in VS Code image

integratedTerminal

Launches a new terminal but using the VS Code integrated terminal tab image

externalTerminal

Uses your external terminal, separate window image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment