From 8b47945eea851f9f1e55df5e8bfb65268923f098 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Fri, 19 Jun 2020 16:54:23 +0000 Subject: [PATCH] Updated Launch.json --- .vscode/launch.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 744b2145..7e128dc6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,8 +7,12 @@ { "type": "bashdb", "request": "launch", - "name": "Bash-Debug (simplest configuration)", - "program": "${file}" + "name": "Test Linter", + "program": ".vscode/testlinter.sh", + "internalConsoleOptions": "openOnSessionStart", + "presentation": { + "group": "aLinter" + } } ] } \ No newline at end of file