We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80707bc commit 21c517aCopy full SHA for 21c517a
src/.vscode/launch.json
@@ -10,9 +10,9 @@
10
"request": "launch",
11
"preLaunchTask": "build",
12
// If you have changed target frameworks, make sure to update the program path.
13
- "program": "${workspaceRoot}/GettingThingsDone/bin/Debug/netcoreapp2.1/GettingThingsDone.dll",
+ "program": "${workspaceRoot}/GettingThingsDone.WebApi/bin/Debug/netcoreapp2.1/GettingThingsDone.WebApi.dll",
14
"args": [],
15
- "cwd": "${workspaceRoot}/GettingThingsDone",
+ "cwd": "${workspaceRoot}/GettingThingsDone.WebApi",
16
"stopAtEntry": false,
17
"internalConsoleOptions": "openOnSessionStart",
18
"launchBrowser": {
0 commit comments