From 846c55cc1a7661bb52ec72b8f9dae25147149675 Mon Sep 17 00:00:00 2001 From: Sarah Birrer <95348063+bbtbir@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:03:51 +0100 Subject: [PATCH] Remove launch.json (#131) --- .vscode/launch.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b670bd7..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/bin/Debug/netstandard2.0/BBT.Maybe.dll", - "args": [], - "cwd": "${workspaceFolder}", - "console": "internalConsole", - "stopAtEntry": false - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach" - } - ] -} \ No newline at end of file