Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the little red arrow in VS Code?

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

Red arrow in Visual Studio Code.

like image 720
Josh M. Avatar asked Jul 05 '15 21:07

Josh M.


People also ask

What does the red arrow mean in VS Code?

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

What is the red triangle in Visual Studio code?

A red triangle indicates where lines have been deleted. A green bar indicates new added lines. A blue bar indicates modified lines.

What is the red dot in VS Code?

Visual Studio Code indicates the line on which the breakpoint is set by displaying a red dot in the left margin.

What are VS Code product icons?

Visual Studio Code contains a set of built-in icons that are used in views and the editor, but can also be used in hovers, the status bar, and by extensions. These icons are product icons as opposed to file icons, which are used next to file names throughout the UI.


1 Answers

It called a "Gutter Indicator".

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

like image 168
Amit Avatar answered Oct 17 '22 11:10

Amit