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

It called a “Gutter Indicator”.

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

Leave a Comment