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

Additional dictionary paths are not being resolved correctly #282

Closed EWSoftware closed 1 year ago

EWSoftware commented 1 year ago

From Matt Fothergill on Marketplace Q&A:

I recently noticed the spell checker is no longer working properly. I have a 'en-GB_User.dic' file in the root of my solution but none of the entries in this file seem to be ignored now and so all instances of these words are showing as spelling errors. I tried converting from the .vsspell config file to the .editorconfig file which has the setting 'vsspell_additional_dictionaryfolders[sectonId] = .\' but it's still not working.