Browse Source

fix launch path (#307)

pull/311/head
Stafford Williams 6 years ago
committed by GitHub
parent
commit
603ae9a2a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .vscode/launch.json

2
.vscode/launch.json

@ -10,7 +10,7 @@
"request": "launch", "request": "launch",
"preLaunchTask": "build", "preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path. // 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": [], "args": [],
"cwd": "${workspaceFolder}/src/tye", "cwd": "${workspaceFolder}/src/tye",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

Loading…
Cancel
Save