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

Red error squiggles are very hard to see #252

Open
Aran-Fey opened this issue Jun 4, 2024 · 3 comments
Open

Red error squiggles are very hard to see #252

Aran-Fey opened this issue Jun 4, 2024 · 3 comments

Comments

@Aran-Fey
Copy link

Aran-Fey commented Jun 4, 2024

Description

VSCode highlights errors with a squiggly red line, but these are quite difficult to see with the cobalt2 theme. I often struggle to find them even if I can see the approximate location in the minimap.

Expected Behavior

Error squiggles should be much more noticeable. (I mean, they're for errors. That's kinda important.)

Screenshots

image

Yes, there is a red squiggle in this screenshot.

Additional Information

As a workaround, users can override the color with the following setting:

"workbench.colorCustomizations": {
    "editorError.foreground": "#ff0000",
}
@palashmon
Copy link
Collaborator

Hi there. Are you using VSCode version 1.89.1 or a lower version? If not, please try updating to the latest version and see if that resolves the issue. Thanks!

@Aran-Fey
Copy link
Author

Aran-Fey commented Jun 4, 2024

I've updated VScode but nothing changed.

@palashmon
Copy link
Collaborator

Ok. It's something related to VSCode and a fix was released recently related to it:

You can also try adding the above image and adding a comment there.

Also, you can try the solutions mentioned here:

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

No branches or pull requests

2 participants