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

What is the minimum version it supports? #87

Closed peterdaiweb closed 6 months ago

peterdaiweb commented 8 months ago

As the title, what is the minimum version it supports? I can't install it in an old version of vscode 1.70.2

yoavbls commented 6 months ago

The minimum VSCode version required is v1.77 because we're using dynamic color variables that got in this version: https://github.com/microsoft/vscode/pull/176312

Is it a real issue? If so I can write a fallback and use generic colors for versions lower than v1.77