From 5328f486fab15174cafa470efa8e2b85bdc7324d Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Sun, 19 Jun 2022 20:01:58 -0400 Subject: [PATCH] Added debug flag --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0c207c4..7b7ede5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "program": "${file}", "console": "integratedTerminal", - "args": ["demo.yaml"], + "args": ["-d", "demo.yaml"], "justMyCode": true } ]