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.14k stars 89 forks source link

added vs code more version support(till V1.66.0) #60

Closed rao123dk closed 1 year ago

rao123dk commented 1 year ago

Adding this because lots of people are using older version of VS Code(till v1.66.0).

https://code.visualstudio.com/updates/v1_66

yoavbls commented 1 year ago

Hey @rao123dk! Thank you for opening this PR. Unfortunately, I'm relying on a VSCode feature from V1.77: https://github.com/microsoft/vscode/pull/176312

Can't some people upgrade their VSCode version from 1.66 for some reason? Is it a real thing we should consider? We may address the background color problem in a different way

rao123dk commented 1 year ago

Thanks for your update.