Skip to content

Instantly share code, notes, and snippets.

@shaneholloman
Forked from timheuer/consoleoutput.md
Created March 7, 2025 22:17
Show Gist options
  • Save shaneholloman/163082e42fef5c49768e938c8662bd8f to your computer and use it in GitHub Desktop.
Save shaneholloman/163082e42fef5c49768e938c8662bd8f 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