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
erlang_ls uses rebar3_format's default_formatter under the hood, and it did have this issue (AdRoll/rebar3_format#74) but it seems to be fixed since version 0.8.0. rebar3_format 0.8.2 is used since erlang_ls 0.10.0 (de81d20) I assume you use a newer version.
Do you use rebar3_format as a plugin of you project or only as part of erlang_ls?
if you have time, could you double check if this issue occurs also with the latest version of rebar3_format?
I've got the following macro:
...which I use like this:
When I run the formatter, it removes the parentheses, giving me this:
This is incorrect, and causes
syntax error before: ':'
errors when I attempt to use the macro.The text was updated successfully, but these errors were encountered: