monokai-pro-vscode
monokai-pro-vscode copied to clipboard
Error squiggles being drawn over words
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.
Same issue here.
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
it’s driving me insane, took me ages to find out what the issue was
same issue here:
Monokai Pro Version: 1.2.2
VSCode Version: 1.88.0
OS: Macos 14.4.1 (23E224)
Same thing for me
Monokai Pro Version: 1.2.2
VSCode Version: 1.88.0
OS: Ubuntu 22.04.4 LTS
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
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
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:
Same thing, both on Mac and Windows. Appeared after last update of VSCode
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.
This has been fixed with VSCode version 1.89.0.