monokai-pro-vscode icon indicating copy to clipboard operation
monokai-pro-vscode copied to clipboard

Error squiggles being drawn over words

Open spaceships opened this issue 10 months ago • 7 comments

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

spaceships avatar Apr 08 '24 18:04 spaceships

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

karolis-kimtys avatar Apr 08 '24 22:04 karolis-kimtys

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

fredericoo avatar Apr 09 '24 18:04 fredericoo

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

Parthvsquare avatar Apr 09 '24 21:04 Parthvsquare

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

PajariPy avatar Apr 10 '24 07:04 PajariPy

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: https://github.com/microsoft/vscode/issues/209614

Monokai avatar Apr 10 '24 08:04 Monokai

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. https://github.com/wesbos/cobalt2-vscode/issues/248#issuecomment-2042204084

palashmon avatar Apr 10 '24 08:04 palashmon

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

fredericoo avatar Apr 10 '24 13:04 fredericoo

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

zonzujiro avatar Apr 18 '24 19:04 zonzujiro

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.

palashmon avatar Apr 19 '24 04:04 palashmon

This has been fixed with VSCode version 1.89.0. image

karolis-kimtys avatar May 02 '24 20:05 karolis-kimtys