Skip to content

Commit

Permalink
launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 authored May 28, 2024
1 parent a90fa32 commit d357484
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions log/client/extra/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": ".",
"args": ["--url", "http://hashtopolis/api/server.php", "--debug", "--voucher", "devvoucher"],
"console": "integratedTerminal",
"justMyCode": true
}
]
}

0 comments on commit d357484

Please sign in to comment.