Skip to content

Commit 21c517a

Browse files
committed
chore: Fix launch.json to properly run GettingThingsDone.WebApi.dll
1 parent 80707bc commit 21c517a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceRoot}/GettingThingsDone/bin/Debug/netcoreapp2.1/GettingThingsDone.dll",
13+
"program": "${workspaceRoot}/GettingThingsDone.WebApi/bin/Debug/netcoreapp2.1/GettingThingsDone.WebApi.dll",
1414
"args": [],
15-
"cwd": "${workspaceRoot}/GettingThingsDone",
15+
"cwd": "${workspaceRoot}/GettingThingsDone.WebApi",
1616
"stopAtEntry": false,
1717
"internalConsoleOptions": "openOnSessionStart",
1818
"launchBrowser": {

0 commit comments

Comments
 (0)