StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

Invalid color: #40c71 #217

Closed the-don closed 7 months ago

the-don commented 7 months ago

regularly get this error

Zodsmar commented 7 months ago

regularly get this error

Provide more context. Also based on the title of the issue, that makes sense. Hex Codes are RGB values #RRGGBB meaning it requires 6 values, #40c71 is only 5 values meaning it will error. Please update with a correct color code and explain where the error is happening if it is more then just a typo.

If it just a typo on your end please close the issue!

macjuul commented 7 months ago

As @Zodsmar mentioned this is because the color you provided (#40c71) is an invalid hex color. Hex colors are supposed to be 6 characters long :)