From 6aa2458cb2d6d84f25dab994e6e991fa55acd64b Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Sun, 22 Mar 2020 22:18:52 +0100 Subject: [PATCH] chore: Add required cli args to debug config --- .vscode/launch.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a8af742..c3ca3f0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,12 @@ "kind": "bin" } }, - "args": [], + "args": [ + "--key=$DDNS_AUTH_KEY", + "--domain=$DOMAIN", + "--email=$EMAIL", + "--zone=$ZONE" + ], "cwd": "${workspaceFolder}" }, {