From dd10f598f8da4bd50cbee19f2113ab83822bce27 Mon Sep 17 00:00:00 2001 From: Legedric Date: Tue, 5 Jun 2018 08:27:32 +0200 Subject: [PATCH] Changed path for debugging --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4865d38..e77e0e3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "VS build PTMagic", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/PTMagic/bin/Debug/netcoreapp2.0/PTMagic.dll", + "program": "${workspaceFolder}/PTMagic/bin/Debug/netcoreapp2.1/PTMagic.dll", "args": [], "cwd": "${workspaceFolder}/PTMagic", "stopAtEntry": false, @@ -28,13 +28,13 @@ "request": "launch", "preLaunchTask": "VS build Monitor", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/Monitor/bin/Debug/netcoreapp2.0/Monitor.dll", + "program": "${workspaceFolder}/Monitor/bin/Debug/netcoreapp2.1/Monitor.dll", "args": [], "cwd": "${workspaceFolder}/Monitor", "stopAtEntry": false, "internalConsoleOptions": "openOnSessionStart", "launchBrowser": { - "enabled": true, + "enabled": false, "args": "${auto-detect-url}", "windows": { "command": "cmd.exe",