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.
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?
Add this line to your settings.json
, it will reset line height to default
"editor.suggestLineHeight": 0,