extract_otp_secret_keys/.vscode/settings.json

21 lines
366 B
JSON
Raw Normal View History

2022-09-04 11:40:49 +00:00
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"cSpell.words": [
"devbox",
"HOTP",
"otpauth",
"pipenv",
"proto",
"protobuf",
"protoc",
"pytest",
"qrcode",
"TOTP",
"venv"
]
2022-09-04 11:40:49 +00:00
}