visual-studio-code

What's the little red arrow / green rectangle / blue rectangle in VS Code in the narrow space between the line numbers and the code?


See here, between line 15 and 16. Does it just indicate a blank line? If so, why?

Red arrow in Visual Studio Code.


Solution

  • It called a "Gutter Indicator".

    It means a line has been deleted from the previous version of the file (based on git).