Updated Launch.json

This commit is contained in:
Justin Grote 2020-06-19 16:54:23 +00:00
parent 9ce962cf69
commit 8b47945eea

8
.vscode/launch.json vendored
View file

@ -7,8 +7,12 @@
{ {
"type": "bashdb", "type": "bashdb",
"request": "launch", "request": "launch",
"name": "Bash-Debug (simplest configuration)", "name": "Test Linter",
"program": "${file}" "program": ".vscode/testlinter.sh",
"internalConsoleOptions": "openOnSessionStart",
"presentation": {
"group": "aLinter"
}
} }
] ]
} }