zed-cspell
zed-cspell copied to clipboard
Suggestions don't respect cspell.json
I have configured the extention with pt-br language, and the spell check is working fine. But when I show the suggestions via code actions, it suggest only english words.
My config is very simple:
{
"language": "pt,pt-BR",
"dictionaries": ["pt-br"]
}