From 4a5cfbeb49fe90808ac5ee1fd48958f01997a25a Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Sun, 13 Jul 2025 15:39:25 -0700 Subject: [PATCH] Add custom dictionary. --- .cspell/custom-dictionary-workspace.txt | 5 +++++ .vscode/settings.json | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .cspell/custom-dictionary-workspace.txt create mode 100644 .vscode/settings.json diff --git a/.cspell/custom-dictionary-workspace.txt b/.cspell/custom-dictionary-workspace.txt new file mode 100644 index 0000000..8675da7 --- /dev/null +++ b/.cspell/custom-dictionary-workspace.txt @@ -0,0 +1,5 @@ +# Custom Dictionary Words +Balkanization +commoditized +CSTF +Forkability diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..94f6367 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "cSpell.customDictionaries": { + "custom-dictionary-workspace": { + "name": "custom-dictionary-workspace", + "path": "${workspaceFolder:civilsociety.dev}/.cspell/custom-dictionary-workspace.txt", + "addWords": true, + "scope": "workspace" + } + } +} \ No newline at end of file