DEV Community

Anton Kondratyev
Anton Kondratyev

Posted on

VSCode good old colors of errors/warnings

Add this field to your settings.json file to return colors up to v1.36

"workbench.colorCustomizations": {
    "editorWarning.foreground": "#58995F",
    "editorError.foreground": "#B65E54"
}

Top comments (0)