minus-squareHarryEffingPotter@programming.devtoProgramming@programming.dev•No. Greek Semicolons hold no power here.linkfedilinkEnglisharrow-up1·edit-21 year agoAhh 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 linkfedilink
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