Skip to content

Commit

Permalink
chore: changed launch structure to make it more .venv friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 21, 2024
1 parent 3164486 commit f8becf3
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,10 @@
"name": "Python",
"type": "debugpy",
"request": "launch",
"python": "python",
"program": "${workspaceRoot}/src/budy/main.py",
"module": "budy.main",
"justMyCode": false,
"env": {
"PYTHONPATH": "${workspaceRoot}/src:{env.PYTHONPATH}",
"OMNI_BOT_ENABLED": "0"
}
}, {
"name": "Python3",
"type": "debugpy",
"request": "launch",
"python": "python3",
"program": "${workspaceRoot}/src/budy/main.py",
"justMyCode": false,
"env": {
"PYTHONPATH": "${workspaceRoot}/src:{env.PYTHONPATH}",
"PYTHONPATH": "src",
"OMNI_BOT_ENABLED": "0"
}
}]
Expand Down

0 comments on commit f8becf3

Please sign in to comment.