yoavbls / pretty-ts-errors

🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀
https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors
MIT License
13.29k stars 89 forks source link

Hovering over error not displaying anything at all... #47

Closed goosey-goose closed 1 year ago

goosey-goose commented 1 year ago

Describe the bug I just installed this extension. However, no dialogue box pops up when I hover over a red line error.

Expected behavior I expected a dialogue box to appear with information on the error when I hovered over it.

Original error If this bug is related to an error that is not formatting well, please attach the original error in a code block:

goosey-goose commented 1 year ago

UPDATE: SOLVED!! It turns out I had to check the "Editor > Hover: Enabled" checkbox in VSCode settings. It works now!