Stafford Williams
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|