EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Default ignored words file not loaded in the absence of a global configuration file #223

Closed EWSoftware closed 3 years ago

EWSoftware commented 3 years ago

If a global configuration file does not exist, any words added to the default ignored words file are not loaded. The workaround for now is to go into Tools, Spell Checker, Edit Global Configuration and click Save so that it creates a default global configuration file.