I would like to copy text in VS Code without the line breaks in it. For example, consider this text:
This is some text. This is some text. This is
some text. This is some text. This is some
text. This is some text.
I would like to copy it and the result should be:
This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.
How can I do this?