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
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 CodeThis 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