Changed path for debugging

This commit is contained in:
Legedric 2018-06-05 08:27:32 +02:00
parent 576cbe6177
commit dd10f598f8
1 changed files with 3 additions and 3 deletions

6
.vscode/launch.json vendored
View File

@ -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",