bartosz-antosik / vscode-spellright

Multilingual, Offline and Lightweight Spellchecker for Visual Studio Code
Other
360 stars 37 forks source link

Linking Hunspell directories from system installed directory won't populate language files #357

Closed jonnisell closed 4 years ago

jonnisell commented 4 years ago

Documentation suggestion: In the Dictionaries section of the README there's an instruction for linking the system installed Hunspell directories to the user's config folder. This won't populate the ~/.config/Code/Directories with the files, but please add the following change and it will: ln -s /usr/share/hunspell/* ~/.config/Code/Dictionaries Then restart VS Code

This worked for: VS code version 1.44.0 Fedora 31 ( with Hunspell installed in /usr/share/myspell )

p.s. Just started using this extension, but seems great. Thanks

bartosz-antosik commented 4 years ago

Hi! Thanks for the update. I will include it in the README. It was hard to notice the difference at first! ;-)