-
-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Description:
Not sure if I should request this feature in this extension.
Please let me know if it should be posted in a different extension repository.
Describe the bug
When you hover to see a typescript error the content can be to large to view in the tooltip.
I understand there is a button that sends you here: https://ts-error-translator.vercel.app/ - however, that also cuts off the two types that that I want to visually compare to troubleshoot the error.
Expected behavior
Clicking a button from the tooltip, outputs the error in a new vs-code tab.
Original error
If this bug is related to an error that is not formatting well, please
attach the original error in a code block:
If there is interest for this and if it is possible.
I might try to put up a pr solving this.
Thank you, this extension is definitely helpful overall.
Regards,
Michael Dimmitt
ps. to make the example in the screenshot I added this to my typescript file: "noErrorTruncation": true,