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
Starting with v0.30.0, atom-beautify hangs while beautifying code (tried C and Go files). There is a bash -ilc env process that uses 100% of one core while other cores are tied up by Atom/Electron processes.
Doing a quick git bisect shows commit bc21afd as the first commit that displays this behavior.
I'm using Atom 1.18 (running on Electron 1.4.16) on Arch Linux x86_64.