From dd1b18e5cbf7f25e54d6a3e6b0a7d4317129363f Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 5 Oct 2023 19:14:30 -0500 Subject: [PATCH] Add words to spell check dictionary --- .vscode/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1cd78f0..e398871 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,15 @@ "license.extension": ".txt", "license.default": "GPL-2.0", "license.filename": "LICENSE", - "license.year": "auto" + "license.year": "auto", + "cSpell.words": [ + "APDU", + "apdubuf", + "Infineon", + "minlen", + "nopad", + "offcdata", + "pkcs", + "smartpgp" + ] } \ No newline at end of file