Adds workspace spelling dictionary.
This commit is contained in:
27
.cspell/custom-dictionary-workspace.txt
Normal file
27
.cspell/custom-dictionary-workspace.txt
Normal 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
10
.vscode/settings.json
vendored
@@ -3,5 +3,13 @@
|
|||||||
"mywildcloud",
|
"mywildcloud",
|
||||||
"payneio",
|
"payneio",
|
||||||
"wildcloud"
|
"wildcloud"
|
||||||
]
|
],
|
||||||
|
"cSpell.customDictionaries": {
|
||||||
|
"custom-dictionary-workspace": {
|
||||||
|
"name": "custom-dictionary-workspace",
|
||||||
|
"path": "${workspaceFolder:mywildcloud.org}/.cspell/custom-dictionary-workspace.txt",
|
||||||
|
"addWords": true,
|
||||||
|
"scope": "workspace"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user