Skip to content

Commit

Permalink
Start debugger from root
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed May 10, 2024
1 parent 4edd149 commit 4d97273
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 @@ -7,8 +7,8 @@
"request": "launch",
"module": "granian",
"justMyCode": true,
"args": ["--interface","asgi","main:app", "--reload"],
"cwd": "${workspaceFolder}/tad/",
"args": ["--interface","asgi","tad.main:app", "--reload"],
"cwd": "${workspaceFolder}/",
"env": {
"PYTHONPATH": "${workspaceFolder}"
}
Expand Down

0 comments on commit 4d97273

Please sign in to comment.