Add custom dictionary.
This commit is contained in:
5
.cspell/custom-dictionary-workspace.txt
Normal file
5
.cspell/custom-dictionary-workspace.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Custom Dictionary Words
|
||||||
|
Balkanization
|
||||||
|
commoditized
|
||||||
|
CSTF
|
||||||
|
Forkability
|
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user