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