initial changes
This commit is contained in:
16
cspell.json
Normal file
16
cspell.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
||||
"version": "0.2",
|
||||
"dictionaries": ["workspace-words", "user-words"],
|
||||
"dictionaryDefinitions": [{
|
||||
"name": "workspace-words",
|
||||
"path": "./.cspell/words.txt",
|
||||
"addWords": true
|
||||
},
|
||||
{
|
||||
"name": "user-words",
|
||||
"path": "C:\\.desktop\\.cspell\\user_words.txt",
|
||||
"addWords": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user