Closed shafiqimtiaz closed 7 months ago
It appeared since the last release of VS Code: 1.88.0
Same here, also noticed it after 1.88 release
This issue is also reported after the recent VS Code version: Code 1.88.0 update:
I would like to mention here the temporary solution you've explained here. Thank you @palashmon!
This issue is also reported after the recent VS Code version: Code 1.88.0 update:
Please consider giving this VS Code issue a like and leaving a comment there, so that it could be given higher priority for the upcoming release.
Temporary Solution
Use less vibrant color or any other color you may like for the underline:
"workbench.colorCustomizations": { "[Cobalt2]": { "editorError.foreground": "#ff000088", "editorWarning.foreground": "#ffe60033", "editorInfo.foreground": "#00ff0088" } }
Or, disable the zigzag lines and use a background color instead:
Optional
Use
Error Lens
vscode extension:
@CharlesAttend Glad it helped!
Seems this got fixed upstream and will be fixed in the May release, or latest Insiders version.
While using Catpuccin-mocha, the error squiggly lines are too close to the word, to the point, its very difficult to pinpoint.
Bug details as below:
Getting This
Expected This