Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error squiggly lines are too close to the word #361

Closed
shafiqimtiaz opened this issue Apr 8, 2024 · 6 comments
Closed

Error squiggly lines are too close to the word #361

shafiqimtiaz opened this issue Apr 8, 2024 · 6 comments
Labels

Comments

@shafiqimtiaz
Copy link

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
Copy link

It appeared since the last release of VS Code: 1.88.0

@lluchkaa
Copy link

lluchkaa commented Apr 8, 2024

Same here, also noticed it after 1.88 release

@palashmon
Copy link

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

@CharlesAttend
Copy link

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:

@nekowinston nekowinston pinned this issue Apr 9, 2024
@palashmon
Copy link

@CharlesAttend Glad it helped!

@nekowinston
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants