skip to Main Content

Visual Studio Code – VSCODE shows warnings as errors

My VSCODE shows warnings as if they were errors (specifically linter warnings). I want linter warnings to show with different unerline color. I tried modifying my settings.json adding the following configuration "workbench.colorCustomizations": { "editorError.foreground": "#ff0000", "editorWarning.foreground": "#ffc400", "editorInfo.foreground": "#35ffab" },…

VIEW QUESTION
Back To Top
Search