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
set format_on_save: true not work on Mac.
I have try using sublime pos_save hook to run format_eslint command, not work again.
Hope for your help. Thanks.
The text was updated successfully, but these errors were encountered:
Just installed the plugin on my Sublime 3 as well, and format_on_save does not seem to be triggering at all. The only error I can see in the console is:
Could not import subprocess32 module, falling back to subprocess module
I am using Sublime 3.1.1 Build 3176 if that helps.
Manually triggering the command works as expected.
set
format_on_save: true
not work on Mac.I have try using sublime pos_save hook to run
format_eslint
command, not work again.Hope for your help. Thanks.
The text was updated successfully, but these errors were encountered: