2022-09-04 13:58:58 +00:00
|
|
|
{
|
|
|
|
|
"folders": [
|
|
|
|
|
{
|
|
|
|
|
"path": "."
|
|
|
|
|
}
|
2022-09-04 19:02:36 +00:00
|
|
|
],
|
|
|
|
|
"settings": {
|
|
|
|
|
"python.testing.pytestEnabled": true
|
2022-09-07 21:49:29 +02:00
|
|
|
},
|
|
|
|
|
"launch": {
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
2022-12-28 22:28:54 +01:00
|
|
|
"name": "Python: extract_otp_secrets.py",
|
2022-09-07 21:49:29 +02:00
|
|
|
"type": "python",
|
|
|
|
|
"request": "launch",
|
2022-12-28 22:28:54 +01:00
|
|
|
"program": "extract_otp_secrets.py",
|
2022-09-07 21:49:29 +02:00
|
|
|
"args": [
|
|
|
|
|
"example_export.txt"
|
|
|
|
|
],
|
|
|
|
|
"console": "integratedTerminal"
|
|
|
|
|
},
|
|
|
|
|
]
|
2022-09-04 19:02:36 +00:00
|
|
|
}
|
2022-09-07 21:49:29 +02:00
|
|
|
}
|