.github/mydict.txtvscode-spell-check has its configuration and custom word list in
.vscode/cspell.json.About word listsβ¦:
Sadly, the custom word lists from all three tools are not compatible. TeXtidote
uses a .txt file, vscode-spell-checker a .json and vscode-spellright an
.dict file.
As I only add words to the word list during writing, I copy the words from the
vscode-spell-checker list (.json) to the one of TexTidote in the CI process
with a simple jq script. See line 24 here
for more information.