• HarryEffingPotter@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    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