saveyoureyes/.vscode/launch.json

13 lines
275 B
JSON
Raw Normal View History

2022-08-11 17:02:28 +03:00
{
"version": "0.2.0",
"configurations": [
{
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "${file}",
"terminalKind": "integrated"
}
]
}