Brazilian Portuguese dictionary extension for VS Code.
Imports the Brazilian Portuguese spell checking dictionary for Code Spell Checker.
After this extension is installed, it is necessary to tell the spell checker to use it.
Commands (use F1
or View -> Command Palette...):
F1
Show Spell Checker Configuration Info
Language
tab.Commands (use F1
or View -> Command Palette...):
F1
Show Spell Checker Configuration Info
Language
tab.This is done with the language
setting.
Preferences -> Settings
Adding pt,pt_BR
to the cSpell.language
setting, will enable the Portuguese_brazilian dictionary.
Example using both English and Brazilian Portuguese dictionaries:
"cSpell.language": "en,pt,pt_BR",
This extension will automatically include Code Spell Checker extension.