Skip to content

Commit

Permalink
chore: wider debug support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 19, 2024
1 parent 67b08b7 commit 3164486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"request": "launch",
"python": "python",
"program": "${workspaceRoot}/src/budy/main.py",
"justMyCode": false,
"env": {
"PYTHONPATH": "${workspaceRoot}/src:{env.PYTHONPATH}",
"OMNI_BOT_ENABLED": "0"
Expand All @@ -16,6 +17,7 @@
"request": "launch",
"python": "python3",
"program": "${workspaceRoot}/src/budy/main.py",
"justMyCode": false,
"env": {
"PYTHONPATH": "${workspaceRoot}/src:{env.PYTHONPATH}",
"OMNI_BOT_ENABLED": "0"
Expand Down

0 comments on commit 3164486

Please sign in to comment.