extract_otp_secret_keys/.vscode/settings.json
2022-09-04 13:44:46 +02:00

7 lines
144 B
JSON

{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}