Skip to content

Commit

Permalink
additional launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hofiorg committed Apr 7, 2024
1 parent 1336e04 commit 15acc65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"program": "scripts/check_urls.py",
"console": "integratedTerminal",
"args": "data/urls.json"
},
{
"name": "check_urls.py ~/urls.json",
"type": "debugpy",
"request": "launch",
"program": "scripts/check_urls.py",
"console": "integratedTerminal",
"args": "~/urls.json"
}
]
}

0 comments on commit 15acc65

Please sign in to comment.