1

enter image description hereApp is run without any problem but This red warnings disturbing me. How i can solve it?enter image description here

GB Studios
  • 19
  • 4

1 Answers1

2

you need to change "select end of line sequence" from CRLF to LF. It is on the bottom tab of Vscode. Here is a good read on StackOverflow

Difference between CR LF, LF and CR line break types?

bacayo
  • 46
  • 5