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 squiggles being drawn over words #402

Closed
spaceships opened this issue Apr 8, 2024 · 10 comments
Closed

Error squiggles being drawn over words #402

spaceships opened this issue Apr 8, 2024 · 10 comments

Comments

@spaceships
Copy link

Ever since VSCode 1.88.0 on Mac, the error squiggles for Monokai Pro themes have been drawn in this funny way on top of other words. Other themes draw the squiggles correctly. Haven't tried other OSes. Reverting to VSCode 1.87 fixes it for me.

Screenshot 2024-04-08 at 11 53 09 AM
@karolis-kimtys
Copy link

karolis-kimtys commented Apr 8, 2024

Same issue here.

image

Monokai Pro Version: 1.2.2

VSCode Version: 1.88.0
Date: 2024-04-03T13:25:57.039Z
Electron: 28.2.8
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Linux x64 6.5.0-27-generic

@fredericoo
Copy link

it’s driving me insane, took me ages to find out what the issue was

@Parthvsquare
Copy link

same issue here:
Monokai Pro Version: 1.2.2
VSCode Version: 1.88.0
OS: Macos 14.4.1 (23E224)
image

@PajariPy
Copy link

Same thing for me
image
Monokai Pro Version: 1.2.2
VSCode Version: 1.88.0
OS: Ubuntu 22.04.4 LTS

@Monokai
Copy link
Owner

Monokai commented Apr 10, 2024

Seems more themes are affected by this. I'm not sure what I can do on my end. I think it's best to report over here: microsoft/vscode#209614

@palashmon
Copy link

This seems to happening after the recent VSCode Version: 1.88.0 update. For now, you can try these temporary solutions until a fix is released by the VS Code team. wesbos/cobalt2-vscode#248 (comment)

@fredericoo
Copy link

Quick solution until they release a fix:

  • add the following to your user configuration:
"[Monokai Pro (Filter Spectrum)]": {
      "editorError.border": "#E5484D",
      "editorWarning.border": "#FFC53D",
      "editorInfo.border": "#12A594",
      "editorError.foreground": "#00000000",
      "editorWarning.foreground": "#00000000",
      "editorInfo.foreground": "#00000000"
    }
  • this will essentially disable squiggly lines and display a double border underneath the errors/warnings/info instead:
    CleanShot 2024-04-10 at 14 40 19@2x

@zonzujiro
Copy link

Same thing, both on Mac and Windows. Appeared after last update of VSCode

@palashmon
Copy link

Update: The VS Code issue is currently tagged for the next stable release by the VS Code team which will drop in early May. Should be out in Insiders by now.

@karolis-kimtys
Copy link

karolis-kimtys commented May 2, 2024

This has been fixed with VSCode version 1.89.0.
image

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

8 participants