Interesting idea to build this as a VS Code extension! While they have improved over time, I’ve always thought Typescript’s error messages were a bit of a weak point - they’re not very beginner friendly (I’m thinking in comparison to e.g. Elm’s error messages) and even as an expert can take a bit of parsing.<p>Any idea if/how this handles the dreaded deeply nested type errors (you know the ones, indentation about 20 levels deep) that frequently occur when working with library code etc.?