2020-06-19 12:13:32 -04:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "bashdb",
|
|
|
|
"request": "launch",
|
2020-06-19 12:54:23 -04:00
|
|
|
"name": "Test Linter",
|
|
|
|
"program": ".vscode/testlinter.sh",
|
2020-06-19 13:48:39 -04:00
|
|
|
"cwd": "${workspaceFolder}",
|
2020-06-19 12:54:23 -04:00
|
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
|
|
"presentation": {
|
|
|
|
"group": "aLinter"
|
|
|
|
}
|
2020-06-19 12:13:32 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|