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
Using VSCode with the Haxe extension I've been trying to disable auto formatting on save. The IDE setting is being ignored and when setting { "disableFormatting": true } it deletes the new line after the imports on every save. It will continue deleting lines on each save until there's nothing after the imports.
The text was updated successfully, but these errors were encountered:
I've found I had a workspace setting enabling format on save. After setting that to false, the line is still removed on save with disableFormatting set, however, replacing the hxformat.json content with {} successfully disables the auto format. This works for my situation but still sounds like a bug as lines shouldn't be removed.
Using VSCode with the Haxe extension I've been trying to disable auto formatting on save. The IDE setting is being ignored and when setting
{ "disableFormatting": true }
it deletes the new line after the imports on every save. It will continue deleting lines on each save until there's nothing after the imports.The text was updated successfully, but these errors were encountered: