From 7c901b1ff11ca03a969d1723f81d385f0d3a9031 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Mon, 7 Jul 2025 10:38:04 -0700 Subject: [PATCH] Adds workspace spelling dictionary. --- .cspell/custom-dictionary-workspace.txt | 27 +++++++++++++++++++++++++ .vscode/settings.json | 10 ++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .cspell/custom-dictionary-workspace.txt 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