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
Uses the Debug Console in VS Code