'How to pretty print clean typescript errors in vscode?

I find the inline error popup in vscode useless because it's so unreadable, are there any plugins that prints cleaner inline errors?

enter image description here



Solution 1:[1]

Currently, it is not supported.

Read more about it here: https://github.com/microsoft/vscode/issues/54272

Solution 2:[2]

Here's a very promising solution, released a week ago:

TypeScript Error Translator

ts-error-translator

GitHub: https://github.com/mattpocock/ts-error-translator

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dávid Bíró
Solution 2 Hugo Aboud