Skip to content

Commit

Permalink
Fix vscode launch task
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Dec 10, 2018
1 parent ee50340 commit ffeb211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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/BaGet/bin/Debug/netcoreapp2.1/BaGet.dll",
"program": "${workspaceFolder}/src/BaGet/bin/Debug/netcoreapp2.2/BaGet.dll",
"args": [],
"cwd": "${workspaceFolder}/src/BaGet",
"stopAtEntry": false,
Expand Down Expand Up @@ -43,4 +43,4 @@
"processId": "${command:pickProcess}"
}
]
}
}

0 comments on commit ffeb211

Please sign in to comment.