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