I can able to do the find and replace for a single file by putting ^\s*$\n and replacing it with nothing. But Visual Studio Code is not allowing the same for multiple files.
How can I do this in Visual Studio Code or Any other faster solution? BTW I am doing it on node.js project.
Edit
VS Code not allowing \n for multi file find and replace



*.*or the files you want to include.\\ninstead of\n... see: stackoverflow.com/a/43483515/499581