Add words to spell check dictionary
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user