We have the cspell word list in the IDE settings. I would move it to a .cspell.json file in the root dir:
{
"version": "0.2",
"language": "en",
"ignorePaths": [
".vscode",
"**/.git/**",
"**/vscode-extension/**",
"megalinter"
],
"words": [
"byteorder",
"hasher",
"leechers",
"nanos",
"rngs",
"Seedable",
"thiserror",
"torrust",
"typenum"
]
}
We have the
cspellword list in the IDE settings. I would move it to a.cspell.jsonfile in the root dir:{ "version": "0.2", "language": "en", "ignorePaths": [ ".vscode", "**/.git/**", "**/vscode-extension/**", "megalinter" ], "words": [ "byteorder", "hasher", "leechers", "nanos", "rngs", "Seedable", "thiserror", "torrust", "typenum" ] }