Skip to content

Commit

Permalink
Add launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Sep 8, 2023
1 parent b30d21b commit d0364ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
},
{
"name": "checkdmarc --skip-tls dhs.gov",
"type": "python",
"request": "launch",
"program": "checkdmarc.py",
"args": ["--skip-tls", "dhs.gov"],
"console": "integratedTerminal",
"justMyCode": true
}
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"maxdepth",
"modindex",
"NAMESERVER",
"nojekyll",
"NXDOMAIN",
"parsedmarc",
"privatesuffix",
Expand Down

0 comments on commit d0364ce

Please sign in to comment.