From 801c0e42d08025e1377e7fd5c6ac8e77f1143845 Mon Sep 17 00:00:00 2001 From: scito Date: Wed, 7 Sep 2022 19:59:38 +0200 Subject: [PATCH] add technical spelling words, like TOTP --- .vscode/settings.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a70ddf9..e46fded 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + ] }