From 7deaa9e7afffd08f5bf939e0476341ec6fbe0534 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 21 May 2024 14:34:00 -0400 Subject: [PATCH] Update launch JSON --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f1d0eb6d..1c7c353f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,12 +10,13 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/MPF.Check/bin/Debug/net6.0/MPF.Check.dll", + "program": "${workspaceFolder}/MPF.Check/bin/Debug/net8.0/MPF.Check.dll", "args": [], "cwd": "${workspaceFolder}/MPF.Check", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole", - "stopAtEntry": false + "stopAtEntry": false, + "justMyCode": false }, { "name": ".NET Core Attach",