Update spell checker configuration and accept spellings

- Re-ignore moved localization folder
- Ignore textual_paint.egg-info folder
- Enable spell checking in VS Code for file types that are already
  checked via the cspell-cli
- Accept new words
This commit is contained in:
Isaiah Odhner 2023-05-01 13:26:59 -04:00
parent 0b6006325e
commit a296502529

View File

@ -3,15 +3,23 @@
"**",
".*/**"
],
"enableFiletypes": [
"pip-requirements",
"shellscript",
"tlaplus_cfg", // file type detected wrong, I'm just trying to match *.cfg
"toml"
],
"ignorePaths": [
".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif)",
"*.log",
"localization/*/**/*",
"localization/*.sh",
"__pycache__"
"**/localization/*/**/*",
"**/localization/*.sh",
"__pycache__",
"*.egg-info/**/*"
],
"words": [
"appscript",
"bezier",
"Bresenham",
"Bresenham's",
@ -22,9 +30,11 @@
"Haha",
"hkey",
"humbnail",
"linewrap",
"𝗟𝙇",
"llpaper",
"modd",
"mspaint",
"Odhner",
"pagedown",
"pageup",
@ -36,9 +46,15 @@
"pyperclip",
"pypixelart",
"pyright",
"pyxdg",
"rmam",
"setterm",
"setuptools",
"Shft",
"smam",
"stransi",
"STRINGTABLE",
"tlaplus",
"ufeff",
"undoable",
"undos",