15 lines
382 B
JSON
15 lines
382 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
"version": "0.2",
|
|
"language": "en",
|
|
"languageId": "markdown",
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "project-words",
|
|
"path": "./cspell-dictionary.txt",
|
|
"addWords": true
|
|
}
|
|
],
|
|
"dictionaries": ["en_US", "project-words", "typescript", "python"]
|
|
}
|