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

8 lines
144 B
JSON

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