[CON-248] Highlighted code with cmd+L should be grouped by line #1518
Labels
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
Before submitting your bug report
Relevant environment info
Description
Probably this is happening on the VS Code side, when cmd+L is pressed, it is sending an exact range rather than just lines
To reproduce
Take a function or some other block of code that is indented, and highlight all of the lines, but without highlighting the leading indentation on the first line. You'll see that in the highlighted code block the first line is shifted the whole way left because of the indentation not being included.
Log output
No response
CON-248
The text was updated successfully, but these errors were encountered: