mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Updated Launch.json
This commit is contained in:
parent
9ce962cf69
commit
8b47945eea
1 changed files with 6 additions and 2 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue