Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Jul 16, 2024
1 parent 636088d commit d046150
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Python: Current File",
"type": "python",
Expand All @@ -17,8 +16,11 @@
"name": "checkdmarc --skip-tls dhs.gov",
"type": "python",
"request": "launch",
"program": "checkdmarc.py",
"args": ["--skip-tls", "dhs.gov"],
"module": "checkdmarc._cli.py",
"args": [
"--skip-tls",
"dhs.gov"
],
"console": "integratedTerminal",
"justMyCode": true
},
Expand Down

0 comments on commit d046150

Please sign in to comment.