Skip to content

Instantly share code, notes, and snippets.

View RobbiewOnline's full-sized avatar

Rob Wilson RobbiewOnline

View GitHub Profile
@parsalotfy
parsalotfy / launch.json
Created November 29, 2018 17:14
VSCode launch configuration for building and testing csharp code by pressing F5
{
"version": "0.2.0",
"configurations": [
// Create a dotnet core class library named 'mylib' with pressing F5
{
"name": "Create_mylib",
"type": "coreclr",
"request": "launch",
"program": "dotnet",