Sublime Forum

Sublime3 Crashed and won't open again - user settings issue

#1

I changed in settings an option to spell-check English, then I duplicated the line and changed to Polish. I saved the settings file. Sublime3 crashed and won’t open again even after reinstall.
How do I change user settings to default without opening sublime? Or how can I add Polish language to sublime3 without opening sublime? Does it even support multiple language spell-check? Where can I put dictionary file?

"spell_check": true,
"dictionary": "Packages/Language - English/en_US.dic"
"dictionary": "Packages/Language - Polish/pl_PL.dic"
0 Likes

#2

probably you are referencing a dictionary that doesn’t exist, which is a known bug:

ST doesn’t support multiple language spell checking atm

The documentation at https://www.sublimetext.com/docs/3/revert.html will help you find your Packages/User/Preferences.sublime-settings file

0 Likes