From 79bf22c9251ee25d0cd323f7f8a652e714fd1519 Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 25 May 2020 14:09:38 -0700 Subject: [PATCH] show debug output when running tests --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1974ec8..4248502 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -34,7 +34,7 @@ "request": "launch", "module": "meshtastic", "justMyCode": true, - "args": ["--test"] + "args": [ "--debug", "--test"] }, { "name": "meshtastic sendtext",