extract_otp_secret_keys/.vscode/settings.json

8 lines
144 B
JSON
Raw Normal View History

2022-09-04 13:40:49 +02:00
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}