2022-09-04 13:40:49 +02:00
|
|
|
{
|
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
|
"."
|
|
|
|
|
],
|
2024-08-30 09:30:18 +02:00
|
|
|
"python.testing.unittestEnabled": false,
|
2022-09-07 19:59:38 +02:00
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
|
"cSpell.words": [
|
|
|
|
|
"devbox",
|
|
|
|
|
"HOTP",
|
|
|
|
|
"otpauth",
|
|
|
|
|
"pipenv",
|
|
|
|
|
"proto",
|
|
|
|
|
"protobuf",
|
|
|
|
|
"protoc",
|
|
|
|
|
"pytest",
|
|
|
|
|
"qrcode",
|
|
|
|
|
"TOTP",
|
|
|
|
|
"venv"
|
2022-12-28 22:28:54 +01:00
|
|
|
],
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/build": true,
|
|
|
|
|
"**/dist": true
|
|
|
|
|
},
|
2022-09-04 13:40:49 +02:00
|
|
|
}
|