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",