Russian dictionary extension for VS Code.
Imports the Russian 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...):
Enable Russian Spell Checker Dictionary
Enable Russian Spell Checker Dictionary in Workspace
Commands (use F1
or View -> Command Palette...):
Disable Russian Spell Checker Dictionary
Disable Russian Spell Checker Dictionary in Workspace
This is done with the language
setting.
Preferences -> Settings
Adding ru
to the cSpell.language
setting, will enable the Russian dictionary.
Example using both English and Russian dictionaries:
"cSpell.language": "en,ru",
This extension will automatically include Code Spell Checker extension.