-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hi. I'm trying to config cspell in my project, but i'm having some problems to make if find the same problems that the vscode extension does. I used the extension to create a cspell.json and made it like bellow but when i run using the cli many false positive problems are found. With the vscode extension this does not happen.
cspell.json
{
"version": "0.2",
"language": "en,pt,pt_BR",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [],
"ignoreWords": [],
}Metadata
Metadata
Assignees
Labels
No labels