SpartanX1 / nestjs-files

Visual Studio code extension to quickly create NestJS Files
https://marketplace.visualstudio.com/items?itemName=AbhijoyBasak.nestjs-files
MIT License
14 stars 7 forks source link

Using CRLF #14

Open LukeSamkharadze opened 2 years ago

LukeSamkharadze commented 2 years ago

This extention generates files using CRLF which is native to Windows and while using WSL & Prettier EOL should be LF.

Because of that we get this errors while generating file

image

I think solution to that would be to respect environment where this extention is being installed on

francoly commented 2 years ago

I have the same problem. it need me to change vsCode to LF by manually

skoniks commented 2 years ago

While debugging i noticed, that problem appears only in production version of extension. If download extension manualy and start debuggin i receive LF (default in vscode EOL). If download it from extension store i receive CRLF. I think that problem is somewhere in workspace interface of vscode.

dkrest1 commented 1 year ago

is there an automatic solution to this yet or still just changing this manually via vscode?

ruiaraujo012 commented 11 months ago

Same here, any update?