mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "bashdb",
|
|
"request": "launch",
|
|
"name": "Test Linter",
|
|
"program": ".vscode/testlinter.sh",
|
|
"cwd": "${workspaceFolder}",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"presentation": {
|
|
"group": "aLinter"
|
|
}
|
|
}
|
|
]
|
|
}
|