In Sublime Text 3, having multiple cursors on several lines and joining them with CMD+J results in a single line:
However, the same operation in VS Code (CTRL+J), results in half the number of initial lines (in this case 3 / 2 = 1.5 ≈ 2):
Is there a way to join all lines into one line in VS Code?

