Add words to spell check dictionary

This commit is contained in:
2023-10-05 19:14:30 -05:00
parent cc7f455e83
commit dd1b18e5cb

12
.vscode/settings.json vendored
View File

@@ -3,5 +3,15 @@
"license.extension": ".txt", "license.extension": ".txt",
"license.default": "GPL-2.0", "license.default": "GPL-2.0",
"license.filename": "LICENSE", "license.filename": "LICENSE",
"license.year": "auto" "license.year": "auto",
"cSpell.words": [
"APDU",
"apdubuf",
"Infineon",
"minlen",
"nopad",
"offcdata",
"pkcs",
"smartpgp"
]
} }