Terminal new line issue #2787
-
I don't know if it is visual studio code's integrated terminal issue nor some io issue in rebar3 or erlang in general, so i wanted to ask community instead. Does somebody know why this is happening? (I only get this issue while using rebar3 so this is why i am asking.) |
Beta Was this translation helpful? Give feedback.
Answered by
tsloughter
May 2, 2023
Replies: 1 comment 1 reply
-
I found why it is like this. If you run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is a known issue with escripts. If you use
rebar3 local install
to unpack the escript (follow the instructions it prints out when you do so) and run as a regularerl
command then you won't have this issue.