You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added words to the user dictionary with the command "Add Selection to User Dictionary", and then used the command "Open User Dictionary File". This results in a message "User dictionary file does not exist. It will be created when first word is added." This suggests the words I added were not actually saved.
I also tried to find the file, which according to the description should be in the "user settings folder", which I believe on Linux is ~/.config/Code/User, but there is no spellright.dict file there. If I create it myself, "Open User Dictionary File" works, but it remains empty no matter how many words I add via "Add Selection to User Dictionary".
The only thing I found which does work is to add the words manually to ~/.config/Code/User/spellright.dict.
Spell Right v3.0.136, VS Code 1.92.2, Debian 12.6
The text was updated successfully, but these errors were encountered:
I now found that the problem goes away when I uncheck "Add To System Dictionary" in the extension settings, which seems to imply that in all operations, "user dictionary" is treated as meaning "system dictionary". But if so, ""Open User Dictionary File" should open the system dictionary file.
Moreover, I'm not aware of a general system-wide or per-user list of custom words on Linux. Where would that be?
I added words to the user dictionary with the command "Add Selection to User Dictionary", and then used the command "Open User Dictionary File". This results in a message "User dictionary file does not exist. It will be created when first word is added." This suggests the words I added were not actually saved.
I also tried to find the file, which according to the description should be in the "user settings folder", which I believe on Linux is
~/.config/Code/User
, but there is nospellright.dict
file there. If I create it myself, "Open User Dictionary File" works, but it remains empty no matter how many words I add via "Add Selection to User Dictionary".The only thing I found which does work is to add the words manually to
~/.config/Code/User/spellright.dict
.Spell Right v3.0.136, VS Code 1.92.2, Debian 12.6
The text was updated successfully, but these errors were encountered: