You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension is awesome but I have one big problem with it: it only displays the first message of TS errors.
TS type system is hugely complex and it's sometimes quite hard to determine why two types are not compatible with each other.
Here's one example of Volar reporting a TS "incompatible types" error:
There's no more information in the "Problems" panel:
In regular .ts files, those errors would open into a deep nested tree of increasingly specific errors that explain why the two top level types are incompatible.
Those messages are horrible to read, but they are key to figuring out what goes on and being able to fix the code.
The text was updated successfully, but these errors were encountered:
This extension is awesome but I have one big problem with it: it only displays the first message of TS errors.
TS type system is hugely complex and it's sometimes quite hard to determine why two types are not compatible with each other.
Here's one example of Volar reporting a TS "incompatible types" error:
There's no more information in the "Problems" panel:
In regular .ts files, those errors would open into a deep nested tree of increasingly specific errors that explain why the two top level types are incompatible.
Those messages are horrible to read, but they are key to figuring out what goes on and being able to fix the code.
The text was updated successfully, but these errors were encountered: