you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago* (1 child)

Ahh the solution is simple, in VS Code add these lines to your general config

    "workbench.colorCustomizations": {
        "editorError.foreground": "#00000000",
        "editorWarning.foreground": "#00000000",
        "editorInfo.foreground": "#00000000", 
    },

Then get the error lens extension, it's so much more pleasant. Visual example

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    I love that look, ugh. The inline errors are much more visually appealing vs the usual squiggly underline

    I might need to look at vscodium since I'm not too keen on having more microsoft telemetry on my desktop. Been using Atom for personal projects thus far.

  • source
  • parent