From 70928227e4bcdc1d8e442710f137cefd4cecbb75 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 17 Dec 2022 22:02:12 -0800 Subject: [PATCH] Fix launch.json --- .vscode/launch.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0537e888..0c6485ae 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,19 +17,6 @@ "console": "internalConsole", "stopAtEntry": false }, - { - "name": ".NET Core Launch (ExecutableTest)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/ExecutableTest/bin/Debug/net6.0/ExecutableTest.dll", - "args": [], - "cwd": "${workspaceFolder}/Test", - // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console - "console": "internalConsole", - "stopAtEntry": false - }, { "name": ".NET Core Attach", "type": "coreclr",