Files
extract_otp_secrets/.vscode/settings.json
T

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
}