Files
runner-images-PK/.vscode/tasks.json
T

14 lines
433 B
JSON
Raw Normal View History

2019-11-15 15:23:41 -05: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": [
2019-11-15 15:23:41 -05:00
{
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "${file}"
2019-11-15 15:23:41 -05:00
}
]
}