ESLint-Formatter icon indicating copy to clipboard operation
ESLint-Formatter copied to clipboard

format_on_save not work on Mac

Open iahu opened this issue 7 years ago • 4 comments

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.

iahu avatar May 09 '17 07:05 iahu

You should set the option debug: true in the settings. Check if the console says something and report it here.

AoDev avatar Jul 12 '17 14:07 AoDev

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.

Sh1d0w avatar Sep 11 '18 05:09 Sh1d0w

It still does not work on mac.

adc91 avatar Sep 21 '18 13:09 adc91

Not working for me either.

PHUITesting avatar Jul 05 '19 19:07 PHUITesting