Search code examples
visual-studio-code

code suggestion box text line height not readable in VS Code


My VS Code code suggestion box looks messed up. The lines are squished together and the text is cropped off. I can't read the contents.

enter image description here

I should be able to see the text easily but currently it's not readable.

How did this happen and how can I make it normal again?


Solution

  • Add this line to your settings.json, it will reset line height to default

    "editor.suggestLineHeight": 0,