What's the little red arrow in VS Code?

Visual Studio-Code

Visual Studio-Code Problem Overview


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

Red arrow in Visual Studio Code.

Visual Studio-Code Solutions


Solution 1 - Visual Studio-Code

It called a "Gutter Indicator".

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJosh M.View Question on Stackoverflow
Solution 1 - Visual Studio-CodeAmitView Answer on Stackoverflow