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
Since the latest Atom update (1.19.0), atom-beautify hangs during the save command (cmd-s). It's as if it's generating an endless "save-loop" and renders any further input/command ineffective. Any ideas what is happening?
The text was updated successfully, but these errors were encountered:
Something similar is happening for me too. It also keeps deleting my content, (got vcs of course, so no real loss of data), and my whole editor turns terribly slow. I have so far only seen the issue while editing .html and scss-files, while pretty diff is used as the Beautifier. As a workaround, I set it to JS Beautify, and so far no more issues.
So for me, this issue seems related to pretty diff, and probably for all files using this as a beautifier.
The endless save loop is caused by #1721. A temporary workaround is to disable beautify on save and do it via the menu command. Fix should be ready soon.
Description
Since the latest Atom update (1.19.0), atom-beautify hangs during the save command (cmd-s). It's as if it's generating an endless "save-loop" and renders any further input/command ineffective. Any ideas what is happening?
The text was updated successfully, but these errors were encountered: