mattpocock / ts-error-translator

VSCode extension to turn TypeScript errors into plain English
https://ts-error-translator.vercel.app
2.36k stars 91 forks source link

tips causes errors to be less visible #165

Open Viijay-Kr opened 1 year ago

Viijay-Kr commented 1 year ago

Highlighted 'tips' reduces the visibility of highlighted 'errors' which is a bit frustrating.

Is there are way to avoid this using any vs code Setting ?

Screenshot 2023-04-21 at 19 01 56

I use the scroll bar to navigate to errors in a large file , most often I find it easier to spot errors in a document using the default Typescript diagnostics.

So fixing this somehow would be really helpful to use tips alongside errors