catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.43k stars 52 forks source link

Error squiggly lines are too close to the word #361

Closed shafiqimtiaz closed 7 months ago

shafiqimtiaz commented 7 months ago

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 image

Expected This image

CharlesAttend commented 7 months ago

It appeared since the last release of VS Code: 1.88.0

lluchkaa commented 7 months ago

Same here, also noticed it after 1.88 release

palashmon commented 7 months ago

This issue is also reported after the recent VS Code version: Code 1.88.0 update:

CharlesAttend commented 7 months ago

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:

palashmon commented 7 months ago

@CharlesAttend Glad it helped!

nekowinston commented 7 months ago

Seems this got fixed upstream and will be fixed in the May release, or latest Insiders version.