mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-10-31 15:20:27 +00:00
26 lines
520 B
Plaintext
26 lines
520 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"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"
|
|
},
|
|
]
|
|
}
|
|
}
|