Skip to content

Instantly share code, notes, and snippets.

View cppshane's full-sized avatar
👺
high tension

Shane Duffy cppshane

👺
high tension
View GitHub Profile
@cppshane
cppshane / launch.json
Last active February 18, 2022 01:16
VS Code .NET API Launch Configuration
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Launch",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/net5.0/example-api.dll",
"args": [],