Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 336 Bytes

File metadata and controls

7 lines (7 loc) · 336 Bytes

This text file contains tips and tricks. Replace / Remove blank lines in VS Code:

  1. Ctrl + H to open the Replace widget.
  2. Click the Use Regular Expression icon (it looks like .*) or press Alt + R
  3. In the Find box, type: ^\s*\n
  4. Leave the Replace box completely empty.
  5. Click Replace All (the icon with two overlapping squares)