Can I silently change end of line sequence in VSCode?
Something like this:
vscode.commands.executeCommand("workbench.action.editor.changeEOL", "LF");
You can add this line to your user preferences settings (CTRL + ,):
"files.eol": "\n"