Open esetnik opened 4 years ago
Example:
I have in my coc-settings.json
coc-settings.json
"cSpell.userWords": [ "algolia" ], "cSpell.allowCompoundWords": true,
I would expect that since the word algolia is in my userWords and I am using allowCompoundWords: true and since search is a valid english word then there would be no error in this case.
algolia
userWords
allowCompoundWords: true
search
Example:
I have in my
coc-settings.json
I would expect that since the word
algolia
is in myuserWords
and I am usingallowCompoundWords: true
and sincesearch
is a valid english word then there would be no error in this case.