Adds workspace spelling dictionary.

This commit is contained in:
2025-07-07 10:38:04 -07:00
parent cd4a47ca8c
commit 7c901b1ff1
2 changed files with 36 additions and 1 deletions

10
.vscode/settings.json vendored
View File

@@ -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"
}
}
}