aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 5ed76e2..1e96b2f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -43,6 +43,21 @@
"args": [ "-f", "src/conf/py-debug/palhm.jsonc", "run" ],
"console": "integratedTerminal",
"justMyCode": true
+ },
+ {
+ "name": "palhm run check-dnssec",
+ "type": "python",
+ "request": "launch",
+ "cwd": "${workspaceFolder}",
+ "program": "src/palhm.py",
+ "args": [
+ "-f",
+ "src/conf/py-debug/palhm.jsonc",
+ "run",
+ "check-dnssec"
+ ],
+ "console": "integratedTerminal",
+ "justMyCode": true
}
]
}