diff --git a/.cspell/custom-dictionary-workspace.txt b/.cspell/custom-dictionary-workspace.txt new file mode 100644 index 0000000..a5b06bc --- /dev/null +++ b/.cspell/custom-dictionary-workspace.txt @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index e3a81a0..963e7e7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } + } } \ No newline at end of file