How can I turn off VSCode displaying the error message with a red shaded background for the whole line?
I still want the red squiggly line, which lets me hover over the error to get more info:
In summary:
Yes: Red Squiggly Line with hover pop up
No: Red line background, red error message
This is for a Go project, but I noticed it does the same thing for JSON files.
CodePudding user response:
You have installed error lens.
Try to run command errorLens.toggleError
to disable or enable it.