Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VisualStudioCode IDE Red Triangles in HTML Markup Editor

What do these red triangles represent, missing closing tags? I checked all over the VS Code docs, nothing documents these visual cues.

enter image description here

like image 307
CampbellGolf Avatar asked Jun 27 '15 21:06

CampbellGolf


People also ask

What does red triangle mean in Visual Studio code?

The red triangle is called a "Gutter Indicator". It means a line has been deleted from the previous version of the file (based on Git).


1 Answers

Probably you didn't searched all the pages :)

"A red triangle indicates where lines have been deleted"

From: https://code.visualstudio.com/docs/editor/versioncontrol#_gutter-indicators

like image 54
Techie Avatar answered Oct 22 '22 22:10

Techie