Adds workspace spelling dictionary.

This commit is contained in:
2025-07-07 10:38:04 -07:00
parent cd4a47ca8c
commit 7c901b1ff1
2 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
# Custom Dictionary Words
buymeacoffee
changefreq
codeberg
codepen
CSTF
dribbble
fediverse
flickr
forgejo
fragmentrefs
gitea
goldmark
hashnode
keybase
kickstarter
orcid
pinterest
researchgate
rssnext
seline
soundcloud
subnavigation
tiktok
umami
websiteid
yoursite

10
.vscode/settings.json vendored
View File

@@ -3,5 +3,13 @@
"mywildcloud",
"payneio",
"wildcloud"
]
],
"cSpell.customDictionaries": {
"custom-dictionary-workspace": {
"name": "custom-dictionary-workspace",
"path": "${workspaceFolder:mywildcloud.org}/.cspell/custom-dictionary-workspace.txt",
"addWords": true,
"scope": "workspace"
}
}
}