Ways to underline code in a different color? #46
-
We have yellow and red for warning and error. Can you underline code in a different color, such as blue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mastevb , Do you mean that wave underline that appears in editor, which refers to some Problem. Today, it has tree states (Error, Warning and Info), but oddly I don't see any On the other hand, if that's not the case, you could create your own Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @mastevb ,
Do you mean that wave underline that appears in editor, which refers to some Problem. Today, it has tree states (Error, Warning and Info), but oddly I don't see any
workbench.colorCustomizations
to customize it. I only see the icons, likeproblemsWarningIcon.foreground
.On the other hand, if that's not the case, you could create your own
Decorator
and customize not only thecolor
butborderStyle
,borderWidth
and so on.Hope this helps