add debug launch config for folder and workspace

pull/16/head
scito 2 years ago
parent 801c0e42d0
commit df8b99dce4

@ -6,5 +6,20 @@
], ],
"settings": { "settings": {
"python.testing.pytestEnabled": true "python.testing.pytestEnabled": true
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Python: extract_otp_secret_keys.py",
"type": "python",
"request": "launch",
"program": "extract_otp_secret_keys.py",
"args": [
"example_export.txt"
],
"console": "integratedTerminal"
},
]
} }
} }
Loading…
Cancel
Save