18 lines
346 B
JSON
18 lines
346 B
JSON
|
{
|
||
|
"version": "0.2",
|
||
|
"ignorePaths": [],
|
||
|
"dictionaryDefinitions": [
|
||
|
{
|
||
|
"name": "custom-dictionary",
|
||
|
"path": "./.cspell/custom-dictionary.txt",
|
||
|
"addWords": true
|
||
|
}
|
||
|
],
|
||
|
"dictionaries": [
|
||
|
"custom-dictionary"
|
||
|
],
|
||
|
"words": [],
|
||
|
"ignoreWords": [],
|
||
|
"import": []
|
||
|
}
|