Add custom dictionary and VSCode settings for spell checking; update README and TODO notes for clarity and best practices

This commit is contained in:
2025-05-18 15:24:53 -07:00
parent 4258e2511a
commit 2e03f4c1db
6 changed files with 75 additions and 124 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"cSpell.customDictionaries": {
"custom-dictionary-workspace": {
"name": "custom-dictionary-workspace",
"path": "${workspaceFolder:sovereign-cloud}/.cspell/custom-dictionary-workspace.txt",
"addWords": true,
"scope": "workspace"
}
}
}