Choose to display linter warnings, errors and hint messages in the statusbar. Show gutter icons or display the linter messages on the line itself. All of the colors can be set within the extensions settings. You can also turn on or off the gutter icons and the whole line messages.
Install StatusBarError from the Visual Studio Code extension gallery.
- Change statusbar font color
- Turn on/off gutter icons
- Turn on/off whole line linter messages
- Change the color of the whole line background and font color
{
"statusbarerror.color.error": "#ff0000",
"statusbarerror.icon.error": "🛑",
"statusbarerror.color.info": "#00ff00",
"statusbarerror.icon.info": "🔥",
...
}
StatusBarError's repository is here.