I want to delete unnecessary line breaks within paragraphs in vs code.
I tried [^\\n\\r]([\\r\\n])[^\\n\\r], but I cannot figure out how to capture the right
[^\\n\\r]([\\r\\n])[^\\n\\r]