mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-17 03:56:24 +01:00
add technical spelling words, like TOTP
This commit is contained in:
parent
d7f4533c99
commit
801c0e42d0
1 changed files with 14 additions and 1 deletions
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
|
@ -3,5 +3,18 @@
|
||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"python.testing.unittestEnabled": false,
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue