From f0e3d3ef8f9dad895f7b6bc1768630f0ef17912e Mon Sep 17 00:00:00 2001 From: David Timber Date: Sun, 15 May 2022 21:31:54 +0800 Subject: Add boot-report subcmd ... - Fix palhm-dnssec-check.sh - Make "tasks" config optional so that PALHM can be used only for boot-report --- .vscode/launch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 2d8e2c8..5ed76e2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,16 @@ "console": "integratedTerminal", "justMyCode": true }, + { + "name": "palhm boot-report", + "type": "python", + "request": "launch", + "cwd": "${workspaceFolder}", + "program": "src/palhm.py", + "args": [ "-f", "src/conf/py-debug/palhm.jsonc", "boot-report" ], + "console": "integratedTerminal", + "justMyCode": true + }, { "name": "palhm run default", "type": "python", -- cgit v1.2.3-70-g09d2