From 603ae9a2a47b6ff7e83f88489b84fd669f813233 Mon Sep 17 00:00:00 2001 From: Stafford Williams Date: Tue, 7 Apr 2020 13:43:39 +1000 Subject: [PATCH] fix launch path (#307) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 087d5ded..4847c315 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/src/tye/bin/Debug/netcoreapp3.1/tye.dll", + "program": "${workspaceFolder}/artifacts/bin/tye/Debug/netcoreapp3.1/tye.dll", "args": [], "cwd": "${workspaceFolder}/src/tye", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console