HTTP_404_NotFound@lemmyonline.com to Programming@programming.devEnglish · 1 year agoNo. Greek Semicolons hold no power here.lemmyonline.comimagemessage-square32fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1imageNo. Greek Semicolons hold no power here.lemmyonline.comHTTP_404_NotFound@lemmyonline.com to Programming@programming.devEnglish · 1 year agomessage-square32fedilink
minus-squareHarryEffingPotter@programming.devlinkfedilinkEnglisharrow-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
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