add technical spelling words, like TOTP

This commit is contained in:
scito 2022-09-07 19:59:38 +02:00
parent d7f4533c99
commit 801c0e42d0

15
.vscode/settings.json vendored
View file

@ -3,5 +3,18 @@
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"cSpell.words": [
"devbox",
"HOTP",
"otpauth",
"pipenv",
"proto",
"protobuf",
"protoc",
"pytest",
"qrcode",
"TOTP",
"venv"
]
}