Fastest way to build Console App Proof of Concept in Visual Studio Code

Step 1. Launch Visual Studio Code

Step 2. Terminal -> New Terminal or ctrl + shift + `

Step 2. Under Setting Terminal -> Integrated: CWD(Current Working Directory) set to c:\vscode

dotnet new console -o “ConsoleApp$(Get-Date -Format ‘yyyy-MM-dd-HHmm’)”; cd ConsoleApp$(Get-Date -Format ‘yyyy-MM-dd-HHmm’); code .\Program.cs

Switch between code and Terminal ctrl + `

Author: Travis Gneiting

Passionate Professional .NET Developer

Leave a Reply

Your email address will not be published. Required fields are marked *