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",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "${file}"
"name": "Test Linter",
"program": ".vscode/testlinter.sh",
"internalConsoleOptions": "openOnSessionStart",
"presentation": {
"group": "aLinter"
}
}
]
}