You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selecting the 2 first lines (whole line including the \n EOL).
I'm doing this as follows: cursor at the beginning, holding shift then 2 times arrow down => cursor on the third line.
b
a
c
Expected result:
a
b
c
With "sortLines.filterBlankLines": false
a
b
c
With "sortLines.filterBlankLines": true
a
b
c
The text was updated successfully, but these errors were encountered:
Selecting the 2 first lines (whole line including the
\n
EOL).I'm doing this as follows: cursor at the beginning, holding shift then 2 times arrow down => cursor on the third line.
Expected result:
With
"sortLines.filterBlankLines": false
With
"sortLines.filterBlankLines": true
The text was updated successfully, but these errors were encountered: