mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
25 lines
512 B
Text
25 lines
512 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.testing.pytestEnabled": true
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: extract_otp_secrets.py",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "extract_otp_secrets.py",
|
|
"args": [
|
|
"example_export.txt"
|
|
],
|
|
"console": "integratedTerminal"
|
|
},
|
|
]
|
|
}
|
|
}
|