Skip to content

Instantly share code, notes, and snippets.

@agustinl
Created July 13, 2019 00:23
Show Gist options
  • Save agustinl/446c96b15ce13aac6a041e43df755d28 to your computer and use it in GitHub Desktop.
Save agustinl/446c96b15ce13aac6a041e43df755d28 to your computer and use it in GitHub Desktop.
Select distinct in VSC
Control+F
Toggle "Replace mode"
Toggle "Use Regular Expression" (the icon with the .* symbol)
In the search field, type ^(.*)(\n\1)+$
In the "replace with" field, type $1
Click the Replace All button ("Replace All").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment