Skip to content

Commit

Permalink
fix launch path (dotnet#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
staff0rd authored Apr 7, 2020
1 parent aa3662b commit 603ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 603ae9a

Please sign in to comment.